GiiLD Bookmark

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

GiiLD Bookmark là gì?

GiiLD Bookmark là một tiện ích mở rộng Chrome được phát triển bởi https://giild.net, và tính năng chính của nó là "Allows you annotate online resources and leverage them to improve your Web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GiiLD Bookmark

Tải xuống các tệp mở rộng GiiLD Bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GiiLD Bookmark GiiLD Bookmark
ID aacchphcelmdefffjbbkpbijlgimeohh
URL Chính Thức https://chromewebstore.google.com/detail/giild-bookmark/aacchphcelmdefffjbbkpbijlgimeohh
Mô tả Allows you annotate online resources and leverage them to improve your Web.
Kích Thước Tệp 488 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.95.1
Cập Nhật Lần Cuối 2020-04-16
Ngày Phát Hành 2020-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://giild.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.giild.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}