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
}