Chrome Shortcuts
This extension provides shortcuts to locations in Google Chrome
Cos'è Chrome Shortcuts?
Chrome Shortcuts è un'estensione di Chrome sviluppata da https://bytecode77.com, e la sua funzione principale è "This extension provides shortcuts to locations in Google Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Shortcuts
Scarica i file di estensione Chrome Shortcuts 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
Chrome Shortcuts adds useful links to diverse locations in Google Chrome. Some settings are only reachable through multiple steps. This is where the extension saves time! The included shortcuts are: • Apps • Google Web Store • Bookmark Manager • History • Downloads • Settings • Advanced sync settings • Startup pages • Search engines • Content settings • Clear browsing data • Autofill settings • Passwords • Languages • Extensions • Chrome Flags • Chrome URLs Some of them are also reachable easily through the settings menu, but they are listed here, too.
Informazioni di Base sull'Estensione
Nome | Chrome Shortcuts |
ID | fmemikdglgekjjclafhhebcdapfcbhap |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-shortcuts/fmemikdglgekjjclafhhebcdapfcbhap |
Descrizione | This extension provides shortcuts to locations in Google Chrome |
Dimensione del File | 40.87 KB |
Conteggio Installazioni | 2,279 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-11-29 |
Data di Pubblicazione | 2017-04-10 |
Valutazione | 4.64/5 Totale 14 Valutazioni |
Sviluppatore | https://bytecode77.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "bytecode77", "homepage_url": "https:\/\/bytecode77.com", "name": "Chrome Shortcuts", "description": "This extension provides shortcuts to locations in Google Chrome", "version": "1.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/16.png", "default_popup": "html\/popup.html" } } |