Collamark

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

Collamarkคืออะไร?

Collamark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://collamark.com และคุณลักษณะหลักของมันคือ "an extension for collamark.com, which allows word-based sharing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collamark

ดาวน์โหลดไฟล์ส่วนขยาย Collamark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}