shortcut
shortcut to most popular sites
Co to jest shortcut?
shortcut to rozszerzenie Chrome opracowane przez eranziman, a jego główną funkcją jest „shortcut to most popular sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia shortcut
Pobierz pliki rozszerzeń shortcut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pneeikgjlojkbjpkennpifdhljeniopj |
| Oficjalny URL | https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj |
| Opis | shortcut to most popular sites |
| Rozmiar pliku | 58.95 KB |
| Liczba instalacji | 277 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-02-27 |
| Data Publikacji | 2014-02-27 |
| Ocena | 4.57/5 Łącznie 7 Oceny |
| Deweloper | eranziman |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
}
} | |