Custom Shortcut Button
Allows you to set a custom shortcut button next to your address bar.
Was ist Custom Shortcut Button?
Custom Shortcut Button ist eine Chrome-Erweiterung, die von xylophono entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to set a custom shortcut button next to your address bar.".
Erweiterungsscreenshots
Custom Shortcut Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Shortcut Button-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
Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options". Changelog: V1.0 - Jan 31st 2017 - Initial release. For any issues please contact [email protected] :)
Grundlegende Informationen zur Erweiterung
Name | Custom Shortcut Button |
ID | kcmejemnmnheajipjgilcefofjchdafg |
Offizielle URL | https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg |
Beschreibung | Allows you to set a custom shortcut button next to your address bar. |
Dateigröße | 48.96 KB |
Installationsanzahl | 713 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-01-31 |
Veröffentlichungsdatum | 2017-01-31 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | xylophono |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Shortcut Button", "short_name": "Custom Shortcut", "description": "Allows you to set a custom shortcut button next to your address bar.", "version": "1.0", "version_name": "1.0", "minimum_chrome_version": "38", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png", "512": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_title": "" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "options_ui": { "page": "index.html" } } |