Annotate

A simple tool to annotate web pages and share them through permalinks.

ما هو Annotate؟

Annotate هو إضافة Chrome تم تطويرها بواسطة https://webrobots.io، والميزة الرئيسية لها هي "A simple tool to annotate web pages and share them through permalinks.".

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

screenshot
screenshot

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

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

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

                        Extension for annotating web pages                    

معلومات أساسية عن التمديد

الاسم Annotate Annotate
ID emakhcohiapmkipgkjelkkkfaphanjdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn
الوصف A simple tool to annotate web pages and share them through permalinks.
حجم الملف 501 KB
عدد التثبيتات 1,746
النسخة الحالية 0.0.1
آخر تحديث 2016-10-04
تاريخ النشر 2016-10-03
تقييم 3.67/5 مجموع تقييمات 6
المطور https://webrobots.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://webrobots.io
عنوان صفحة سياسة الخصوصية https://webrobots.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to annotate web pages and share them through permalinks.",
    "author": "https:\/\/webrobots.io",
    "homepage_url": "https:\/\/webrobots.io",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/weannotate.s3.amazonaws.com\/",
        "http:\/\/portal.webrobots.io\/*",
        "http:\/\/demo.webrobots.io\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}