Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
Cos'è Yay! Another Speed dial!?
Yay! Another Speed dial! è un'estensione di Chrome sviluppata da kinsama-dev, e la sua funzione principale è "A cool and highly customizable Speed Dial focused on style and simplicity.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yay! Another Speed dial!
Scarica i file di estensione Yay! Another Speed dial! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab. You can organize your bookmarks by tabs to quickly access your favorite sites. A theme editor makes it possible to completely personalize your homepage as you wish! features - Fully customize your homepage or use one of our already created themes. - Fully responsive design - Organize your bookmarks by tabs - Easily add the site you are visiting to one of the tabs you have created
Informazioni di Base sull'Estensione
Nome | Yay! Another Speed dial! |
ID | ildbinpaafbhmjbafifhpglifncjhmdp |
URL Ufficiale | https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp |
Descrizione | A cool and highly customizable Speed Dial focused on style and simplicity. |
Dimensione del File | 1.01 MB |
Conteggio Installazioni | 667 |
Versione Corrente | 1.5.2.1 |
Ultimo Aggiornamento | 2021-05-13 |
Data di Pubblicazione | 2019-04-08 |
Valutazione | 4.53/5 Totale 34 Valutazioni |
Sviluppatore | kinsama-dev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | de,en,fr,es,hu,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "59.0" } }, "name": "Yay! Another Speed dial!", "version": "1.5.2.1", "author": "Lo\u00efc", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "48": "icons\/icon.png", "96": "icons\/[email protected]" }, "background": { "page": "\/index.html?page=background" }, "browser_action": { "default_icon": "icons\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "contextMenus", "tabs", "downloads", "bookmarks", "unlimitedStorage" ] } |