Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Wat is Custom Chrome Shortcut Manager?
Custom Chrome Shortcut Manager is een Chrome-extensie ontwikkeld door https://swsmith.cc, en de belangrijkste functie is "To use, type 'go' into the search bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Chrome Shortcut Manager
Download Custom Chrome Shortcut Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
**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.
Basisinformatie over de Extensie
Naam | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
Officiële URL | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
Beschrijving | To use, type 'go' into the search bar. |
Bestandsgrootte | 202 KB |
Aantal Installaties | 1,913 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-05-25 |
Publicatiedatum | 2020-05-04 |
Beoordeling | 3.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://swsmith.cc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sean-smith.github.io/chromeshortcuts/index.html |
Help Pagina-URL | https://github.com/sean-smith/chrome_shortcuts/issues |
URL van de Privacybeleid Pagina | https://seanssmith.net/copyright.html |
Ondersteunde Talen | 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'" } |