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
官方網址 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
電子郵箱 [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"
    ]
}