Namerizer

Rename your Facebook contacts!

Namerizerคืออะไร?

Namerizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rodrigo Roim และคุณลักษณะหลักของมันคือ "Rename your Facebook contacts!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Namerizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}