Remarkerbe

Powerful and innovative webpage marker & highlighter.

什么是Remarkerbe?

Remarkerbe是由gock开发的Chrome扩展程序,该扩展的主要功能是“Powerful and innovative webpage marker & highlighter.”。

扩展截图

screenshot

下载Remarkerbe扩展crx文件

下载Remarkerbe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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