Web Annotator

Annotate web's contents

ما هو Web Annotator؟

Web Annotator هو إضافة Chrome تم تطويرها بواسطة skypia.works، والميزة الرئيسية لها هي "Annotate web's contents".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Web Annotator

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

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

                        This application aims to improve your efficiency by enabling you to make  annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized.

You can associate to an annotation a temporary comment or a note.                    

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

الاسم Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
الوصف Annotate web's contents
حجم الملف 521 KB
عدد التثبيتات 155
النسخة الحالية 2.9
آخر تحديث 2017-03-03
تاريخ النشر 2017-03-03
تقييم 2.50/5 مجموع تقييمات 2
المطور skypia.works
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Annotator",
    "description": "Annotate web's contents",
    "version": "2.9",
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "the extension is not active",
        "default_icon": {
            "19": "Resources\/img\/ext-disabled.png",
            "38": "Resources\/img\/ext-disabled.png"
        }
    },
    "web_accessible_resources": [
        "Resources\/EditSelectionForm.html",
        "Resources\/NoteDetail.html",
        "css\/fonts\/glyphicons-halflings-regular.woff2",
        "css\/fonts\/glyphicons-halflings-regular.woff",
        "css\/fonts\/glyphicons-halflings-regular.ttf",
        "css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg",
        "index.html",
        "view.html"
    ],
    "manifest_version": 2
}