shortcut
shortcut to most popular sites
What is shortcut?
shortcut is a Chrome extension developed by eranziman, and its main feature is "shortcut to most popular sites".
Extension Screenshots
Download shortcut Extension CRX File
Download shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect...
Here you have all these links in one convenient small pop-up. Extension Basic Information
| Name | |
| ID | pneeikgjlojkbjpkennpifdhljeniopj |
| Official URL | https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj |
| Description | shortcut to most popular sites |
| File Size | 58.95 KB |
| Installation Count | 277 |
| Current Version | 1.0 |
| Last Updated | 2014-02-27 |
| Publish Date | 2014-02-27 |
| Rating | 4.57/5 Total 7 Ratings |
| Developer | eranziman |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "shortcut",
"description": "shortcut to most popular sites",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "browser_action.html"
},
"permissions": [
"tabs"
],
"commands": {
"toggle-feature": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "Send a 'toggle-feature' event to the extension"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+N",
"mac": "MacCtrl+Shift+N"
}
}
}
} | |