Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Qu'est-ce que Custom Chrome Shortcut Manager ?
Custom Chrome Shortcut Manager est une extension Chrome développée par https://swsmith.cc, et sa fonction principale est "To use, type 'go' into the search bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Chrome Shortcut Manager
Téléchargez les fichiers d'extension Custom Chrome Shortcut Manager 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
**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.
Informations de Base sur l'Extension
Nom | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
URL Officiel | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
Description | To use, type 'go' into the search bar. |
Taille du Fichier | 202 KB |
Nombre d'Installations | 1,913 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-05-25 |
Date de Publication | 2020-05-04 |
Évaluation | 3.23/5 Total 13 Évaluations |
Développeur | https://swsmith.cc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sean-smith.github.io/chromeshortcuts/index.html |
URL de la Page d'Aide | https://github.com/sean-smith/chrome_shortcuts/issues |
URL de la Page de Politique de Confidentialité | https://seanssmith.net/copyright.html |
Langues Prises en Charge | 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'" } |