Namerizer

Rename your Facebook contacts!

Namerizer là gì?

Namerizer là một tiện ích mở rộng Chrome được phát triển bởi Rodrigo Roim, và tính năng chính của nó là "Rename your Facebook contacts!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Namerizer

Tải xuống các tệp mở rộng Namerizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Namerizer Namerizer
ID hpciladepbpfoobjnmngnhfbaoofgejh
URL Chính Thức https://chromewebstore.google.com/detail/namerizer/hpciladepbpfoobjnmngnhfbaoofgejh
Mô tả Rename your Facebook contacts!
Kích Thước Tệp 91.12 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2013-05-10
Ngày Phát Hành 2013-05-10
Đánh Giá 2.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Rodrigo Roim
Loại Thanh Toán free
Trang Web Mở Rộng http://namerizer.herokuapp.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}