Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
Yay! Another Speed dial!とは何ですか?
Yay! Another Speed dial!はkinsama-devによって開発されたChromeの拡張機能で、その主な機能は「A cool and highly customizable Speed Dial focused on style and simplicity.」です。
拡張機能のスクリーンショット
Yay! Another Speed dial!拡張機能のCRXファイルをダウンロード
Yay! Another Speed dial!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Yay! Another Speed dial! |
ID | ildbinpaafbhmjbafifhpglifncjhmdp |
公式URL | https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp |
説明 | A cool and highly customizable Speed Dial focused on style and simplicity. |
ファイルサイズ | 1.01 MB |
インストール数 | 667 |
現在のバージョン | 1.5.2.1 |
最終更新日 | 2021-05-13 |
公開日 | 2019-04-08 |
評価 | 4.53/5 合計 34 レビュー |
開発者 | kinsama-dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |