GiiLD Bookmark

Allows you annotate online resources and leverage them to improve your Web.

GiiLD Bookmarkคืออะไร?

GiiLD Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giild.net และคุณลักษณะหลักของมันคือ "Allows you annotate online resources and leverage them to improve your Web."

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

screenshot

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

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

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

                        Giild is a personalized learning platform. Giild's chrome extension lets you create bookmarks, highlight webpages and see other people's comments on the page. Giild helps you organize and manage your learning.                    

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

ชื่อ GiiLD Bookmark GiiLD Bookmark
ID aacchphcelmdefffjbbkpbijlgimeohh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giild-bookmark/aacchphcelmdefffjbbkpbijlgimeohh
คำอธิบาย Allows you annotate online resources and leverage them to improve your Web.
ขนาดไฟล์ 488 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.95.1
อัปเดตครั้งล่าสุด 2020-04-16
วันที่เผยแพร่ 2020-04-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://giild.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.giild.net/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GiiLD Bookmark",
    "description": "Allows you annotate online resources and leverage them to improve your Web.",
    "version": "0.95.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background\/aws\/identity.js",
            "background\/aws\/misc.js",
            "background\/aws\/apig.js",
            "background\/analysis.js",
            "background\/main.js"
        ],
        "persistent": true
    },
    "commands": {
        "bookmarks": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "Show bookmarks",
            "global": false
        }
    },
    "browser_action": {
        "default_popup": "login.html"
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "commands",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/analysis.js",
                "content\/highlight.js",
                "content\/seed.js"
            ],
            "css": [
                "content\/all.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.concordlab.com\/*",
            "https:\/\/*.giild.net\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "img\/*",
        "login.html",
        "content\/sidebar\/*",
        "content\/sidebar\/sidebar.css",
        "content\/sidebar\/sidebar.html",
        "content\/sidebar\/sidebar.js"
    ]
}