Remarkerbe

Powerful and innovative webpage marker & highlighter.

Cos'è Remarkerbe?

Remarkerbe è un'estensione di Chrome sviluppata da gock, e la sua funzione principale è "Powerful and innovative webpage marker & highlighter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remarkerbe

Scarica i file di estensione Remarkerbe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Remarkerbe Remarkerbe
ID aklkmkchojnnjbmggchdeagdgcflfhnc
URL Ufficiale https://chromewebstore.google.com/detail/remarkerbe/aklkmkchojnnjbmggchdeagdgcflfhnc
Descrizione Powerful and innovative webpage marker & highlighter.
Dimensione del File 633 KB
Conteggio Installazioni 1,424
Versione Corrente 0.4.0.1
Ultimo Aggiornamento 2013-07-21
Data di Pubblicazione 2013-07-21
Valutazione 4.41/5 Totale 54 Valutazioni
Sviluppatore gock
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://remarker.be
Lingue Supportate 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"
    ]
}