Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
Cos'è Anyshortcut?
Anyshortcut è un'estensione di Chrome sviluppata da https://anyshortcut.com, e la sua funzione principale è "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anyshortcut
Scarica i file di estensione Anyshortcut 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
Anyshortcut is a productive browser plugin to help people customize keyboard shortcuts to open their frequently visited websites instantly. It is simple, intuitive and straightforward. You only need a Google account to get started, all your shortcuts are synced everywhere automatically. ====== Version 1.11.1 1. Fix bugs ====== Version 1.10.0 1. Compound shortcut supports alphanumeric as key 2. Show delete popover when delete secondary shortcut 3. Optimize Preferences copywriting, add Github icon 4. Add better compound shortcut bind tips, compound shortcut tour page shortcut examples change to Yahoo and SoundCloud 5. Other bugs fixed
Informazioni di Base sull'Estensione
Nome | Anyshortcut |
ID | ginilcdjefkbpeelgekodpmmabppcfao |
URL Ufficiale | https://chromewebstore.google.com/detail/anyshortcut/ginilcdjefkbpeelgekodpmmabppcfao |
Descrizione | Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly. |
Dimensione del File | 3.66 MB |
Conteggio Installazioni | 375 |
Versione Corrente | 1.11.1 |
Ultimo Aggiornamento | 2022-07-12 |
Data di Pubblicazione | 2018-11-08 |
Valutazione | 4.74/5 Totale 35 Valutazioni |
Sviluppatore | https://anyshortcut.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://anyshortcut.com |
URL della Pagina di Aiuto | https://anyshortcut.com/faq |
URL della Pagina della Politica sulla Privacy | https://anyshortcut.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anyshortcut", "description": "__MSG_extension_description__", "version": "1.11.1", "default_locale": "en", "browser_action": { "default_icon": { "16": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_popup_default_title__" }, "icons": { "16": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "options_ui": { "page": "popup.html#\/preference", "chrome_style": false }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", " |