How to start a Chromium extension directly from a shortcut or command in Ubuntu?












3















I want to run "Chat for Google" (Use the Chat for Google extension to connect and communicate.) Chrome/Chromium extension directly using a command or short cut in Ubuntu. (I know how to create desktop short cut for Chrome/Chromium web apps, but that is not possible with this extension.)



https://chrome.google.com/webstore/detail/nckgahadagoaajjgafhacjanaoiihapd










share|improve this question


















  • 2





    so basically you want to shortcut that app to your desktop but you are not being able to do so?

    – Lorenzo Von Matterhorn
    Jan 10 '13 at 18:01






  • 1





    Yes, I need a desktop short cut or a command to run this.

    – Danial Jose
    Jan 10 '13 at 20:08
















3















I want to run "Chat for Google" (Use the Chat for Google extension to connect and communicate.) Chrome/Chromium extension directly using a command or short cut in Ubuntu. (I know how to create desktop short cut for Chrome/Chromium web apps, but that is not possible with this extension.)



https://chrome.google.com/webstore/detail/nckgahadagoaajjgafhacjanaoiihapd










share|improve this question


















  • 2





    so basically you want to shortcut that app to your desktop but you are not being able to do so?

    – Lorenzo Von Matterhorn
    Jan 10 '13 at 18:01






  • 1





    Yes, I need a desktop short cut or a command to run this.

    – Danial Jose
    Jan 10 '13 at 20:08














3












3








3








I want to run "Chat for Google" (Use the Chat for Google extension to connect and communicate.) Chrome/Chromium extension directly using a command or short cut in Ubuntu. (I know how to create desktop short cut for Chrome/Chromium web apps, but that is not possible with this extension.)



https://chrome.google.com/webstore/detail/nckgahadagoaajjgafhacjanaoiihapd










share|improve this question














I want to run "Chat for Google" (Use the Chat for Google extension to connect and communicate.) Chrome/Chromium extension directly using a command or short cut in Ubuntu. (I know how to create desktop short cut for Chrome/Chromium web apps, but that is not possible with this extension.)



https://chrome.google.com/webstore/detail/nckgahadagoaajjgafhacjanaoiihapd







shortcuts google-chrome-extensions chromium






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 10 '13 at 17:50









Danial JoseDanial Jose

1161




1161








  • 2





    so basically you want to shortcut that app to your desktop but you are not being able to do so?

    – Lorenzo Von Matterhorn
    Jan 10 '13 at 18:01






  • 1





    Yes, I need a desktop short cut or a command to run this.

    – Danial Jose
    Jan 10 '13 at 20:08














  • 2





    so basically you want to shortcut that app to your desktop but you are not being able to do so?

    – Lorenzo Von Matterhorn
    Jan 10 '13 at 18:01






  • 1





    Yes, I need a desktop short cut or a command to run this.

    – Danial Jose
    Jan 10 '13 at 20:08








2




2





so basically you want to shortcut that app to your desktop but you are not being able to do so?

– Lorenzo Von Matterhorn
Jan 10 '13 at 18:01





so basically you want to shortcut that app to your desktop but you are not being able to do so?

– Lorenzo Von Matterhorn
Jan 10 '13 at 18:01




1




1





Yes, I need a desktop short cut or a command to run this.

– Danial Jose
Jan 10 '13 at 20:08





Yes, I need a desktop short cut or a command to run this.

– Danial Jose
Jan 10 '13 at 20:08










2 Answers
2






active

oldest

votes


















1














This works on Windows, maybe it also works for you on Linux:



%ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id="idoftheapp" --app=chrome-extension://"extension name url"


For example:



%ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id=lkcngchfhbcfncpnoejcbncjnahgkbpo --app=chrome-extension://mefgmmbdailogpfhfblcnnjfmnpnmdfa/reader.html





share|improve this answer

































    0














    When mighty Captain Obvious stroke me reading this, out of curiosity I tried to call the extension ID as given by the web store to see what would happen:



    "/usr/bin/chromium --profile-directory=Default --app-id=nckgahadagoaajjgafhacjanaoiihapd"



    Result: It actually calls the Hangouts extension yet it brings up just a child menu of configuration menu. This one closes when leaving via OK/Cancel, so the princess is in another castle.



    Though I wonder if there could be any ID pointing on the right spot, calling the main extension?






    share|improve this answer























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f532125%2fhow-to-start-a-chromium-extension-directly-from-a-shortcut-or-command-in-ubuntu%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      This works on Windows, maybe it also works for you on Linux:



      %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id="idoftheapp" --app=chrome-extension://"extension name url"


      For example:



      %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id=lkcngchfhbcfncpnoejcbncjnahgkbpo --app=chrome-extension://mefgmmbdailogpfhfblcnnjfmnpnmdfa/reader.html





      share|improve this answer






























        1














        This works on Windows, maybe it also works for you on Linux:



        %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id="idoftheapp" --app=chrome-extension://"extension name url"


        For example:



        %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id=lkcngchfhbcfncpnoejcbncjnahgkbpo --app=chrome-extension://mefgmmbdailogpfhfblcnnjfmnpnmdfa/reader.html





        share|improve this answer




























          1












          1








          1







          This works on Windows, maybe it also works for you on Linux:



          %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id="idoftheapp" --app=chrome-extension://"extension name url"


          For example:



          %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id=lkcngchfhbcfncpnoejcbncjnahgkbpo --app=chrome-extension://mefgmmbdailogpfhfblcnnjfmnpnmdfa/reader.html





          share|improve this answer















          This works on Windows, maybe it also works for you on Linux:



          %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id="idoftheapp" --app=chrome-extension://"extension name url"


          For example:



          %ProgramFiles(x86)%GoogleChromeApplicationchrome.exe --profile-directory="Profile 1" --kiosk --app-id=lkcngchfhbcfncpnoejcbncjnahgkbpo --app=chrome-extension://mefgmmbdailogpfhfblcnnjfmnpnmdfa/reader.html






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 24 at 21:43









          zx485

          995813




          995813










          answered Jan 24 at 21:20









          Alex Arturo Gutiérrez MoraAlex Arturo Gutiérrez Mora

          112




          112

























              0














              When mighty Captain Obvious stroke me reading this, out of curiosity I tried to call the extension ID as given by the web store to see what would happen:



              "/usr/bin/chromium --profile-directory=Default --app-id=nckgahadagoaajjgafhacjanaoiihapd"



              Result: It actually calls the Hangouts extension yet it brings up just a child menu of configuration menu. This one closes when leaving via OK/Cancel, so the princess is in another castle.



              Though I wonder if there could be any ID pointing on the right spot, calling the main extension?






              share|improve this answer




























                0














                When mighty Captain Obvious stroke me reading this, out of curiosity I tried to call the extension ID as given by the web store to see what would happen:



                "/usr/bin/chromium --profile-directory=Default --app-id=nckgahadagoaajjgafhacjanaoiihapd"



                Result: It actually calls the Hangouts extension yet it brings up just a child menu of configuration menu. This one closes when leaving via OK/Cancel, so the princess is in another castle.



                Though I wonder if there could be any ID pointing on the right spot, calling the main extension?






                share|improve this answer


























                  0












                  0








                  0







                  When mighty Captain Obvious stroke me reading this, out of curiosity I tried to call the extension ID as given by the web store to see what would happen:



                  "/usr/bin/chromium --profile-directory=Default --app-id=nckgahadagoaajjgafhacjanaoiihapd"



                  Result: It actually calls the Hangouts extension yet it brings up just a child menu of configuration menu. This one closes when leaving via OK/Cancel, so the princess is in another castle.



                  Though I wonder if there could be any ID pointing on the right spot, calling the main extension?






                  share|improve this answer













                  When mighty Captain Obvious stroke me reading this, out of curiosity I tried to call the extension ID as given by the web store to see what would happen:



                  "/usr/bin/chromium --profile-directory=Default --app-id=nckgahadagoaajjgafhacjanaoiihapd"



                  Result: It actually calls the Hangouts extension yet it brings up just a child menu of configuration menu. This one closes when leaving via OK/Cancel, so the princess is in another castle.



                  Though I wonder if there could be any ID pointing on the right spot, calling the main extension?







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 26 '14 at 19:41









                  crunchthebangcrunchthebang

                  1




                  1






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f532125%2fhow-to-start-a-chromium-extension-directly-from-a-shortcut-or-command-in-ubuntu%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Plaza Victoria

                      In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                      How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...