Speed Dial
The end is nigh!
Was ist Speed Dial?
Speed Dial ist eine Chrome-Erweiterung, die von MatevzFa entwickelt wurde, und ihr Hauptmerkmal ist "The end is nigh!".
Speed Dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Speed Dial-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
Another Speed Dial extension made with minimalistic approach. Setting up linkbars requires basic JSON knowledge. Changelog: 0.1.0 - Added settings GUI - Improved reliability 0.1.1 - Added GUI for exporting and importing settings - Minor settings GUI tweaks 0.1.2 - Fixed a bug introduced with Chrome version 55, which prevented opening links in a new tab using the middle mouse button. 0.1.3 - Spacing between thumbnails should now be more consistent. - Optimized settings interface 0.1.4 - Fixed whitespace wrapping issues with link bars 0.1.5 - Added thumbnail icon for GitHub - Cleaned up thumbnail icons - Added some missing fields to manifest.json
Grundlegende Informationen zur Erweiterung
Name | |
ID | oclfpimokfhcchncefemplpcchlpmjmn |
Offizielle URL | https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn |
Beschreibung | The end is nigh! |
Dateigröße | 483 KB |
Installationsanzahl | 12 |
Aktuelle Version | 0.1.5 |
Letztes Update | 2017-07-13 |
Veröffentlichungsdatum | 2017-07-13 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | MatevzFa |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Dial", "version": "0.1.5", "author": "MatevzFa", "description": "The end is nigh!", "icons": { "16": "icons\/tch_16.png", "48": "icons\/tch_48.png", "128": "icons\/tch_128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'" } |