Thrilld
Thrilld Google Chrome Extension
Thrilldคืออะไร?
Thrilld เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thrilld.com และคุณลักษณะหลักของมันคือ "Thrilld Google Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thrilld
ดาวน์โหลดไฟล์ส่วนขยาย Thrilld ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Post images from anywhere on the web to your Thrilld scrapbook.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Thrilld |
ID | nindhoejacnmfmfmapkkaddajbimnimh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh |
คำอธิบาย | Thrilld Google Chrome Extension |
ขนาดไฟล์ | 31.08 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2016-02-10 |
วันที่เผยแพร่ | 2016-02-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.thrilld.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.thrilld.com/ |
URL หน้าช่วยเหลือ | http://www.thrilld.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/construct.js", "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/default_icon.png", "default_title": "Share to Thrilld" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/construct.js", "js\/contentScript.js", "js\/popup.js", "js\/initContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "css": [ "css\/grid.css" ], "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/bookmarklet.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Thrilld Google Chrome Extension", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Thrilld", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "http:\/\/thrilld.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ "css\/bookmarklet.css", "images\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.thrilld.com\/*" ] } } |