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
Eメール [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"
    ]
}