OpenThem
Open websites with ease
OpenThemคืออะไร?
OpenThem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ernesto Schiavo และคุณลักษณะหลักของมันคือ "Open websites with ease"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenThem
ดาวน์โหลดไฟล์ส่วนขยาย OpenThem ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OpenThem lets you open your favorite websites every time you launch Google Chrome! With OpenThem you can: - Open multiple websites at Chrome launch; - Open links in incognito mode; - Choose devices where to open your websites; - Sync between all your Google Chrome instances; - Open links only at some time during the day; - ..and more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OpenThem |
ID | cpedieeiekinilakigngnppinnnkgkpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/openthem/cpedieeiekinilakigngnppinnnkgkpl |
คำอธิบาย | Open websites with ease |
ขนาดไฟล์ | 10.66 MB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-02-21 |
วันที่เผยแพร่ | 2020-02-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ernesto Schiavo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/16x16.png", "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "default_locale": "it", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/16x16.png", "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |