Overlay
Add content to pages based on their urls.
什麼是Overlay?
Overlay是由Dillon Hafer開發的Chrome擴展程式,該擴展的主要功能是“Add content to pages based on their urls.”。
擴展截圖
下載Overlay擴展crx文件
下載Overlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Overlay |
ID | dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
官方網址 | 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 } |