Collamark

an extension for collamark.com, which allows word-based sharing

Wat is Collamark?

Collamark is een Chrome-extensie ontwikkeld door https://collamark.com, en de belangrijkste functie is "an extension for collamark.com, which allows word-based sharing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Collamark

Download Collamark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        CollaMark -- the simplest tool for you to mark on web.

Currently we only provide CollaMark on Chrome, while planning support for other browsers.

you just mark the lines you cared, and no need to tap the icon to enable the marking feature.

your data is stored on our website, for performance reasons cached in local browsers, we are working on the syncing features                    

Basisinformatie over de Extensie

Naam Collamark Collamark
ID kbpjikgngikhhpbjddnenemoonpbfikm
Officiële URL https://chromewebstore.google.com/detail/collamark/kbpjikgngikhhpbjddnenemoonpbfikm
Beschrijving an extension for collamark.com, which allows word-based sharing
Bestandsgrootte 185 KB
Aantal Installaties 2,063
Huidige Versie 1.10.1
Laatst Bijgewerkt 2019-02-24
Publicatiedatum 2019-02-24
Beoordeling 4.18/5 Totaal 28 Beoordelingen
Ontwikkelaar https://collamark.com
Betalingswijze free
Extensiewebsite http://collamark.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collamark",
    "version": "1.10.1",
    "description": "an extension for collamark.com, which allows word-based sharing",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-38.png",
        "default_title": "CollaMark",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/collaread.com\/*",
                "http:\/\/collamark.com\/*"
            ],
            "js": [
                "jquery-1.8.1.min.js",
                "collamark_together_crx.js"
            ],
            "css": [
                "collamark_together.css"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/collamark.com\/*",
            "*:\/\/colla.me\/*"
        ]
    },
    "web_accessible_resources": [
        "icon-19.png",
        "collamark_together.css",
        "jquery-1.8.1.min.js",
        "iframe.html"
    ],
    "manifest_version": 2
}