Overlay
Add content to pages based on their urls.
Overlayคืออะไร?
Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dillon Hafer และคุณลักษณะหลักของมันคือ "Add content to pages based on their urls."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overlay
ดาวน์โหลดไฟล์ส่วนขยาย Overlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Overlay |
ID | dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/overlay/dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
คำอธิบาย | Add content to pages based on their urls. |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-08-18 |
วันที่เผยแพร่ | 2015-08-18 |
ผู้พัฒนา | Dillon Hafer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overlay", "version": "1.2", "description": "Add content to pages based on their urls.", "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "overlay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |