Annotater

Annotate the web.

Annotaterคืออะไร?

Annotater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noah Buscher และคุณลักษณะหลักของมันคือ "Annotate the web."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Annotater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Annotater allows you to comment the web. Just open a page in your browser, hit the Annotater button, and comment away! You can set a custom nickname and view other people's comments in real-time. Think of it as a public chat room for any website.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Annotater Annotater
ID mebheldooadlkbhpfimifbgdngnlghoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo
คำอธิบาย Annotate the web.
ขนาดไฟล์ 89.64 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-11-20
วันที่เผยแพร่ 2014-11-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Noah Buscher
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotater",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Annotate the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/firebase.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Annotater",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}