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
}