Overlay

Add content to pages based on their urls.

什么是Overlay?

Overlay是由Dillon Hafer开发的Chrome扩展程序,该扩展的主要功能是“Add content to pages based on their urls.”。

扩展截图

screenshot

下载Overlay扩展crx文件

下载Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Overlay 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
}