Yay! Another Speed dial!
A cool and highly customizable Speed Dial focused on style and simplicity.
Yay! Another Speed dial!คืออะไร?
Yay! Another Speed dial! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kinsama-dev และคุณลักษณะหลักของมันคือ "A cool and highly customizable Speed Dial focused on style and simplicity."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yay! Another Speed dial!
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | mimisteus@gmail.com |
ประเภทการชำระเงิน | 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": "yayanotherspeeddial@bakadev.fr", "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\/icon@2x.png" }, "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" ] } |