Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
Hvad er Yay! Another Speed dial!?
Yay! Another Speed dial! er en Chrome-udvidelse udviklet af kinsama-dev, og dens hovedfunktion er "A cool and highly customizable Speed Dial focused on style and simplicity.".
Udvidelsesskærmbilleder
Download Yay! Another Speed dial!-udvidelses-CRX-fil
Download Yay! Another Speed dial!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Yay! Another Speed dial! |
ID | ildbinpaafbhmjbafifhpglifncjhmdp |
Officiel URL | https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp |
Beskrivelse | A cool and highly customizable Speed Dial focused on style and simplicity. |
Filstørrelse | 1.01 MB |
Antal Installationer | 667 |
Nuværende Version | 1.5.2.1 |
Senest Opdateret | 2021-05-13 |
Udgivelsesdato | 2019-04-08 |
Bedømmelse | 4.53/5 Samlet 34 Bedømmelser |
Udvikler | kinsama-dev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |