Nicknamer

Replace your friends' or enemies' names with their nicknames.

什么是Nicknamer?

Nicknamer是由https://www.molanglois.com开发的Chrome扩展程序,该扩展的主要功能是“Replace your friends' or enemies' names with their nicknames.”。

扩展截图

screenshot
screenshot
screenshot

下载Nicknamer扩展crx文件

下载Nicknamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Nicknamer extension enables you to replace text on any web pages you are visiting.

Simply type in the name or text you want to transform and the name it is transformed to and click "+". You will see the changes in your browser. The list of names is saved with your browser and works whenever you open one. You can clear the list by clicking "-" button. 

**Prank tip: Right click the extension and choose "Hide in the Chrome Menu". **                    

扩展基本信息

名称 Nicknamer Nicknamer
ID ahhpgbiejgpebbokpbgcenooehhcnbjd
官方URL https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd
简介 Replace your friends' or enemies' names with their nicknames.
文件大小 39.39 KB
安装次数 396
当前版本 1.0
更新时间 2016-04-10
上架时间 2016-04-10
评分 3.00/5 共2次评分
开发者 https://www.molanglois.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nicknamer ",
    "description": "Replace your friends' or enemies' names with their nicknames.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Nicknamer",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}