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