Annotater

Annotate the web.

ما هو Annotater؟

Annotater هو إضافة Chrome تم تطويرها بواسطة Noah Buscher، والميزة الرئيسية لها هي "Annotate the web.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Annotater

قم بتنزيل ملفات الامتداد Annotater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}