Speed Dial
Speed Dial changes standard page to the new tab page with your saved bookmarks.
Was ist Speed Dial?
Speed Dial ist eine Chrome-Erweiterung, die von Speed Dial Dev entwickelt wurde, und ihr Hauptmerkmal ist "Speed Dial changes standard page to the new tab page with your saved bookmarks.".
Erweiterungsscreenshots
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
The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks. The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar. Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.
Grundlegende Informationen zur Erweiterung
Name | Speed Dial |
ID | ejbjamhkdedinncaeiackcdehpccoejm |
Offizielle URL | https://chromewebstore.google.com/detail/speed-dial/ejbjamhkdedinncaeiackcdehpccoejm |
Beschreibung | Speed Dial changes standard page to the new tab page with your saved bookmarks. |
Dateigröße | 1.51 MB |
Installationsanzahl | 278,032 |
Aktuelle Version | 1.1.9 |
Letztes Update | 2022-11-16 |
Veröffentlichungsdatum | 2020-05-12 |
Bewertung | 4.70/5 Insgesamt 22039 Bewertungen |
Entwickler | Speed Dial Dev |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://feedback.speed-dial.net/ |
Unterstützte Sprachen | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Alexander", "background": { "service_worker": "js\/bg.js" }, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "img\/128.png", "256": "img\/256.png" }, "manifest_version": 3, "name": "__MSG_chrome_extension_name__", "permissions": [ "tabs", "unlimitedStorage", "contextMenus", "storage", "favicon" ], "host_permissions": [ " |