Link Shortcuts
Access common urls by typing a shortcut name
Was ist Link Shortcuts?
Link Shortcuts ist eine Chrome-Erweiterung, die von pminkov entwickelt wurde, und ihr Hauptmerkmal ist "Access common urls by typing a shortcut name".
Erweiterungsscreenshots
Link Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
No need to remember long web addresses or look through your bookmarks. Just associate a web page with a short name and go to the page by typing the short name. Type the keyword "go", tab/space and start typing. To add a new shortcut, click on the extension icon and add it in the menu.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bceohjonbodagliebplenbfjlapegaei |
Offizielle URL | https://chrome.google.com/webstore/detail/link-shortcuts/bceohjonbodagliebplenbfjlapegaei |
Beschreibung | Access common urls by typing a shortcut name |
Dateigröße | 66.75 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2017-02-17 |
Veröffentlichungsdatum | 2017-02-17 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | pminkov |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pminkov/chrome-link-shortcuts |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Shortcuts", "description": "Access common urls by typing a shortcut name", "version": "1.0.9", "omnibox": { "keyword": "go" }, "browser_action": [], "icons": { "16": "icons\/Icons-03-16x16.png", "48": "icons\/Icons-03-48x48.png", "128": "icons\/Icons-03-128x128.png" }, "background": { "scripts": [ "message_names.js", "bookmark_utils.js", "dataset.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |