Collamark

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

Collamark क्या है?

Collamark https://collamark.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "an extension for collamark.com, which allows word-based sharing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Collamark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Collamark Collamark
ID kbpjikgngikhhpbjddnenemoonpbfikm
आधिकारिक URL https://chromewebstore.google.com/detail/collamark/kbpjikgngikhhpbjddnenemoonpbfikm
विवरण an extension for collamark.com, which allows word-based sharing
फ़ाइल का आकार 185 KB
स्थापना संख्या 2,063
वर्तमान संस्करण 1.10.1
अंतिम अपडेट 2019-02-24
प्रकाशन तिथि 2019-02-24
रेटिंग 4.18/5 कुल 28 रेटिंग्स
डेवलपर https://collamark.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://collamark.com
समर्थित भाषाएँ 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
}