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
电子邮箱 [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"
    ]
}