Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
Qu'est-ce que Anyshortcut ?
Anyshortcut est une extension Chrome développée par https://anyshortcut.com, et sa fonction principale est "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anyshortcut
Téléchargez les fichiers d'extension Anyshortcut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Anyshortcut |
ID | ginilcdjefkbpeelgekodpmmabppcfao |
URL Officiel | https://chromewebstore.google.com/detail/anyshortcut/ginilcdjefkbpeelgekodpmmabppcfao |
Description | Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly. |
Taille du Fichier | 3.66 MB |
Nombre d'Installations | 375 |
Version Actuelle | 1.11.1 |
Dernière Mise à Jour | 2022-07-12 |
Date de Publication | 2018-11-08 |
Évaluation | 4.74/5 Total 35 Évaluations |
Développeur | https://anyshortcut.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://anyshortcut.com |
URL de la Page d'Aide | https://anyshortcut.com/faq |
URL de la Page de Politique de Confidentialité | https://anyshortcut.com/privacy |
Langues Prises en Charge | 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", " |