Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Cos'è Custom Chrome Shortcut Manager?
Custom Chrome Shortcut Manager è un'estensione di Chrome sviluppata da https://swsmith.cc, e la sua funzione principale è "To use, type 'go' into the search bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Chrome Shortcut Manager
Scarica i file di estensione Custom Chrome Shortcut Manager 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
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
Informazioni di Base sull'Estensione
Nome | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
Descrizione | To use, type 'go' into the search bar. |
Dimensione del File | 202 KB |
Conteggio Installazioni | 1,913 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2022-05-25 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 3.23/5 Totale 13 Valutazioni |
Sviluppatore | https://swsmith.cc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sean-smith.github.io/chromeshortcuts/index.html |
URL della Pagina di Aiuto | https://github.com/sean-smith/chrome_shortcuts/issues |
URL della Pagina della Politica sulla Privacy | https://seanssmith.net/copyright.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |