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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}