Collamark

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

Collamark란 무엇입니까?

Collamark은(는) https://collamark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "an extension for collamark.com, which allows word-based sharing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Collamark 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}