Themes For Chrome
Get quick access to all my top themes right in your Chrome browser
Themes For Chromeคืออะไร?
Themes For Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chromethemer.com และคุณลักษณะหลักของมันคือ "Get quick access to all my top themes right in your Chrome browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Themes For Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Themes For Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes. Download Free Themes For Google Chrome. Awesome Themes To Choose From, Updated Daily. Free Updates & New Theme Releases! Get Quick & Easy Access to ChromeThemer.com DOWNLOAD NOW & Please Rate or Leave a Comment ...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhgbfciofeannobmgngkfgjkanpiphpa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa |
คำอธิบาย | Get quick access to all my top themes right in your Chrome browser |
ขนาดไฟล์ | 13.63 KB |
จำนวนการติดตั้ง | 1,688 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2020-06-07 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://www.chromethemer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.chromethemer.com/ |
URL หน้าช่วยเหลือ | https://www.chromethemer.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.chromethemer.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Themes For Chrome", "description": "Get quick access to all my top themes right in your Chrome browser", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |