Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
O que é Yay! Another Speed dial!?
Yay! Another Speed dial! é uma extensão do Chrome desenvolvida por kinsama-dev, e sua principal característica é "A cool and highly customizable Speed Dial focused on style and simplicity.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yay! Another Speed dial!
Baixe arquivos de extensão Yay! Another Speed dial! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Yay! Another Speed dial! |
ID | ildbinpaafbhmjbafifhpglifncjhmdp |
URL Oficial | https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp |
Descrição | A cool and highly customizable Speed Dial focused on style and simplicity. |
Tamanho do Arquivo | 1.01 MB |
Contagem de Instalações | 667 |
Versão Atual | 1.5.2.1 |
Última Atualização | 2021-05-13 |
Data de Publicação | 2019-04-08 |
Classificação | 4.53/5 Total de 34 Avaliações |
Desenvolvedor | kinsama-dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |