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
官方網址 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"
    ]
}