Namerizer

Rename your Facebook contacts!

Namerizerとは何ですか?

NamerizerはRodrigo Roimによって開発されたChromeの拡張機能で、その主な機能は「Rename your Facebook contacts!」です。

拡張機能のスクリーンショット

screenshot

Namerizer拡張機能のCRXファイルをダウンロード

Namerizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With Namerizer, you can set the name of your contacts to anything you want. Use their real-life nicknames, or anything else if you feel creative.

You can also see which nicknames other people are using for your friends, share nicknames, etc.

To use the extension, just install it and go to a friend's facebook profile. There will be a new button there that lets you set their nickname.

Don't be afraid to use this app, this is an Open-Source project hosted at github: https://github.com/roim/namerizer

All nicknames given are publicly accessible.                    

拡張機能の基本情報

名前 Namerizer Namerizer
ID hpciladepbpfoobjnmngnhfbaoofgejh
公式URL https://chromewebstore.google.com/detail/namerizer/hpciladepbpfoobjnmngnhfbaoofgejh
説明 Rename your Facebook contacts!
ファイルサイズ 91.12 KB
インストール数 56
現在のバージョン 2.0.0
最終更新日 2013-05-10
公開日 2013-05-10
評価 2.69/5 合計 16 レビュー
開発者 Rodrigo Roim
支払い方法 free
拡張機能のウェブサイト http://namerizer.herokuapp.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Namerizer",
    "description": "Rename your Facebook contacts!",
    "version": "2.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/commonNicknamesIcon.png"
    ],
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "http:\/\/fbnamerizer.appspot.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "backfrontend.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "requestparameters.js",
                "common.js",
                "namerizer.js",
                "namerizer_about.js",
                "namerizer_editnickname.js"
            ],
            "run_at": "document_start"
        }
    ]
}