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 擴展基本資訊
| 名稱 | |
| ID | ildbinpaafbhmjbafifhpglifncjhmdp |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |