Nicholas Page

This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.

Nicholas Pageとは何ですか?

Nicholas PageはEyretechによって開発されたChromeの拡張機能で、その主な機能は「This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.」です。

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

screenshot
screenshot
screenshot
screenshot

Nicholas Page拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Ever wanted to impress your friends with the ability to summon Nicholas Cage into any website you visit? This extension will detect any mention of the word "Nicholas" or "Cage" and will summon a quote from the acting god, who will personally speak to you through your headphones or speakers.                    

拡張機能の基本情報

名前 Nicholas Page Nicholas Page
ID aihdihkmegmckbddahmombdcpmcldimg
公式URL https://chrome.google.com/webstore/detail/nicholas-page/aihdihkmegmckbddahmombdcpmcldimg
説明 This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.
ファイルサイズ 6.1 MB
インストール数 421
現在のバージョン 0.0.1.69
最終更新日 2017-06-02
公開日 2017-06-02
評価 3.87/5 合計 15 レビュー
開発者 Eyretech
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nicholas Page",
    "description": "This extension will turn any web page into a Nicholas Page, any website has a chance to play a Nicholas Cage soundbyte.",
    "version": "0.0.1.69",
    "icons": {
        "16": "icon\/nicface16.png",
        "19": "icon\/nicface19.png",
        "38": "icon\/nicface38.png",
        "48": "icon\/nicface48.png",
        "128": "icon\/nicface128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/nicface38.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}