Kloojj

Users can Bookmark Web Pages, Bookmark & Clip YouTube videos for their future reference.

Kloojjคืออะไร?

Kloojj เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kloojj.com และคุณลักษณะหลักของมันคือ "Users can Bookmark Web Pages, Bookmark & Clip YouTube videos for their future reference."

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

screenshot
screenshot
screenshot

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

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

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

                        Kloojj™ helps you to bookmark content which is found over Internet, a WebPage or a YouTube video or a HTML5 video. Kloojj™ makes it possible to effortlessly create a clip inside a YouTube video, comment it, tag it and then save it. One can even discuss the clip while casually browsing the Internet. Similar to that of videos, Kloojj lets you bookmark webpages and images with a tag.  The bookmarked content can later be viewed in the Web application.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kloojj Kloojj
ID pappkkddikembcifchmlpciebdjcggig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kloojj/pappkkddikembcifchmlpciebdjcggig
คำอธิบาย Users can Bookmark Web Pages, Bookmark & Clip YouTube videos for their future reference.
ขนาดไฟล์ 232 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 2.5.1
อัปเดตครั้งล่าสุด 2021-08-12
วันที่เผยแพร่ 2019-06-27
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.kloojj.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kloojj.com
URL หน้านโยบายความเป็นส่วนตัว https://kloojj.com/legal?t=privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kloojj",
    "description": "Users can Bookmark Web Pages, Bookmark & Clip YouTube videos for their future reference.",
    "icons": {
        "128": "app\/assets\/images\/extension-Kloojj-128.png",
        "48": "app\/assets\/images\/extension-Kloojj-48.png",
        "32": "app\/assets\/images\/extension-Kloojj-32.png",
        "16": "app\/assets\/images\/extension-Kloojj-16.png"
    },
    "version": "2.5.1",
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "MacCtrl+Shift+Q"
            },
            "description": "Opens popup.html"
        },
        "toggleNotePanel": {
            "suggested_key": {
                "default": "Ctrl+K",
                "windows": "Ctrl+M",
                "mac": "Command+K"
            },
            "description": "Toggle kloojj note panel"
        }
    },
    "background": {
        "scripts": [
            "app\/scripts\/library\/commonGlobals.js",
            "app\/scripts\/backgroundScript\/backgroundGlobals.js",
            "app\/scripts\/backgroundScript\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "app\/popup\/popup.html",
        "default_icon": "app\/assets\/images\/extension-Kloojj-128.png",
        "detault_title": "Kloojj"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.kloojj.com\/*"
            ],
            "css": [
                "app\/assets\/css\/style.css",
                "app\/assets\/fonts\/az-ext-font.css"
            ],
            "all_frames": true,
            "js": [
                "app\/scripts\/library\/jquery.min.js",
                "app\/scripts\/library\/commonGlobals.js",
                "app\/scripts\/contentScript\/contentGlobals.js",
                "app\/scripts\/contentScript\/youtube.js",
                "app\/scripts\/contentScript\/html5Video.js",
                "app\/scripts\/contentScript\/content.js",
                "app\/scripts\/contentScript\/commonMessageHandler.js",
                "app\/scripts\/contentScript\/embeddedParent.js",
                "app\/scripts\/contentScript\/embedded.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "app\/html\/actionControls.html",
        "app\/html\/toaster.html",
        "app\/assets\/fonts\/*.eot",
        "app\/assets\/fonts\/*.svg",
        "app\/assets\/fonts\/*.ttf",
        "app\/assets\/fonts\/*.woff",
        "app\/assets\/svg\/*.svg",
        "app\/assets\/images\/*"
    ],
    "options_page": "app\/options\/options.html"
}