Quick Access
Quick access to the navigator's functionalities and bookmarks
Cos'è Quick Access?
Quick Access è un'estensione di Chrome sviluppata da XecK, e la sua funzione principale è "Quick access to the navigator's functionalities and bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Access
Scarica i file di estensione Quick Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quick access is a command palette for Chrome. It allows you to access chrome functionnalities and your bookmarks just by typing a few keys using a fuzzy search close to the Sublime Text one.
Install, hit Ctrl+Shift+F, and you're good to go!
You can change these keys by clicking on "Shorcuts" at the bottom of the page chrome://extensions/ Informazioni di Base sull'Estensione
| Nome | |
| ID | iihnbnncigiiampnmeiiaiomcbnjmgmb |
| URL Ufficiale | https://chromewebstore.google.com/detail/quick-access/iihnbnncigiiampnmeiiaiomcbnjmgmb |
| Descrizione | Quick access to the navigator's functionalities and bookmarks |
| Dimensione del File | 63.79 KB |
| Conteggio Installazioni | 225 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2018-03-08 |
| Data di Pubblicazione | 2018-03-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | XecK |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/XecKiE/Quick-Access |
| Lingue Supportate | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1",
"icons": {
"512": "icons\/512.png",
"256": "icons\/256.png",
"192": "icons\/192.png",
"64": "icons\/64.png",
"32": "icons\/32.png"
},
"browser_action": {
"default_icon": {
"32": "icons\/32.png",
"64": "icons\/64.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+P"
}
}
},
"options_ui": {
"page": "options.html"
},
"permissions": [
" | |