Remarkerbe

Powerful and innovative webpage marker & highlighter.

ما هو Remarkerbe؟

Remarkerbe هو إضافة Chrome تم تطويرها بواسطة gock، والميزة الرئيسية لها هي "Powerful and innovative webpage marker & highlighter.".

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

screenshot

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

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

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

                        Remarkerbe is an intuitive, powerful and innovative webpage marker you ever want.
It is for those who love marking while reading. PKM fans especially!

It is easy to start by simply one click. Then you can select what you want to mark, and press a certain key to classify it as a key point, or a definition for a topic, or a answer for a question.

More details: http://remarker.be
Getting started: http://remarker.be/getting_started                    

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

الاسم Remarkerbe Remarkerbe
ID aklkmkchojnnjbmggchdeagdgcflfhnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/remarkerbe/aklkmkchojnnjbmggchdeagdgcflfhnc
الوصف Powerful and innovative webpage marker & highlighter.
حجم الملف 633 KB
عدد التثبيتات 1,424
النسخة الحالية 0.4.0.1
آخر تحديث 2013-07-21
تاريخ النشر 2013-07-21
تقييم 4.41/5 مجموع تقييمات 54
المطور gock
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://remarker.be
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remarkerbe",
    "version": "0.4.0.1",
    "description": "Powerful and innovative webpage marker & highlighter.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome-extension:\/\/",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.pdf*",
                "*:\/\/*\/*.PDF*"
            ],
            "css": [
                "hide-xhtml-error.css"
            ]
        }
    ],
    "content_security_policy": "default-src *;script-src 'self' chrome-extension-resource:\/\/ ;object-src 'self'",
    "background": {
        "page": "pdfHandler.html"
    },
    "web_accessible_resources": [
        "patch-worker.js",
        "content\/build\/pdf.js",
        "content\/web\/debugger.js",
        "content\/web\/images\/annotation-check.svg",
        "content\/web\/images\/annotation-comment.svg",
        "content\/web\/images\/annotation-help.svg",
        "content\/web\/images\/annotation-insert.svg",
        "content\/web\/images\/annotation-key.svg",
        "content\/web\/images\/annotation-newparagraph.svg",
        "content\/web\/images\/annotation-note.svg",
        "content\/web\/images\/annotation-paragraph.svg",
        "content\/web\/images\/findbarButton-next-rtl.png",
        "content\/web\/images\/findbarButton-next.png",
        "content\/web\/images\/findbarButton-previous-rtl.png",
        "content\/web\/images\/findbarButton-previous.png",
        "content\/web\/images\/loading-icon.gif",
        "content\/web\/images\/loading-small.png",
        "content\/web\/images\/shadow.png",
        "content\/web\/images\/texture.png",
        "content\/web\/images\/toolbarButton-bookmark.png",
        "content\/web\/images\/toolbarButton-download.png",
        "content\/web\/images\/toolbarButton-menuArrows.png",
        "content\/web\/images\/toolbarButton-openFile.png",
        "content\/web\/images\/toolbarButton-pageDown-rtl.png",
        "content\/web\/images\/toolbarButton-pageDown.png",
        "content\/web\/images\/toolbarButton-pageUp-rtl.png",
        "content\/web\/images\/toolbarButton-pageUp.png",
        "content\/web\/images\/toolbarButton-presentationMode.png",
        "content\/web\/images\/toolbarButton-print.png",
        "content\/web\/images\/toolbarButton-search.png",
        "content\/web\/images\/toolbarButton-sidebarToggle.png",
        "content\/web\/images\/toolbarButton-viewOutline.png",
        "content\/web\/images\/toolbarButton-viewThumbnail.png",
        "content\/web\/images\/toolbarButton-zoomIn.png",
        "content\/web\/images\/toolbarButton-zoomOut.png",
        "content\/web\/l10n.js",
        "content\/web\/locale\/ar\/viewer.properties",
        "content\/web\/locale\/ca\/viewer.properties",
        "content\/web\/locale\/cs\/viewer.properties",
        "content\/web\/locale\/da\/viewer.properties",
        "content\/web\/locale\/de\/viewer.properties",
        "content\/web\/locale\/el\/viewer.properties",
        "content\/web\/locale\/en-US\/viewer.properties",
        "content\/web\/locale\/es\/viewer.properties",
        "content\/web\/locale\/fi\/viewer.properties",
        "content\/web\/locale\/fr\/viewer.properties",
        "content\/web\/locale\/he\/viewer.properties",
        "content\/web\/locale\/it\/viewer.properties",
        "content\/web\/locale\/ja\/viewer.properties",
        "content\/web\/locale\/ko\/viewer.properties",
        "content\/web\/locale\/locale.properties",
        "content\/web\/locale\/lt\/viewer.properties",
        "content\/web\/locale\/nl\/viewer.properties",
        "content\/web\/locale\/pl\/viewer.properties",
        "content\/web\/locale\/pt-BR\/viewer.properties",
        "content\/web\/locale\/ro\/viewer.properties",
        "content\/web\/locale\/ru\/viewer.properties",
        "content\/web\/locale\/sr\/viewer.properties",
        "content\/web\/locale\/sv\/viewer.properties",
        "content\/web\/locale\/tr\/viewer.properties",
        "content\/web\/locale\/vi\/viewer.properties",
        "content\/web\/locale\/zh-CN\/viewer.properties",
        "content\/web\/locale\/zh-TW\/viewer.properties",
        "content\/web\/viewer.css",
        "content\/web\/viewer.html",
        "content\/web\/viewer.js",
        "js\/test.js",
        "js\/jquery-1.8.2.min.js",
        "js\/markalbe.js",
        "js\/remarkalbe.js",
        "css\/markalbe.scss.css",
        "css\/markalbe-ui.scss.css",
        "images\/icon.png",
        "images\/save_tablet.png"
    ]
}