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
官方網址 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
}