Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

Dogs to spidersとは何ですか?

Dogs to spidersはsawによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey」です。

拡張機能のスクリーンショット

screenshot

Dogs to spiders拡張機能のCRXファイルをダウンロード

Dogs to spiders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This will replace all references to dogs with spiders. For amusement.                    

拡張機能の基本情報

名前 Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
公式URL https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
説明 Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
ファイルサイズ 16.75 KB
インストール数 22
現在のバージョン 1.0.7
最終更新日 2016-06-07
公開日 2016-06-06
評価 4.20/5 合計 5 レビュー
開発者 saw
支払い方法 free
拡張機能のウェブサイト https://github.com/saw/dogs-to-spiders
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}