How to start a Chromium extension directly from a shortcut or command in Ubuntu?
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
add a comment |
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
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
add a comment |
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
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
shortcuts google-chrome-extensions chromium
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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?
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
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
add a comment |
add a comment |
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?
add a comment |
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?
add a comment |
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?
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?
answered Nov 26 '14 at 19:41
crunchthebangcrunchthebang
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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