GiiLD Bookmark

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

Was ist GiiLD Bookmark?

GiiLD Bookmark ist eine Chrome-Erweiterung, die von https://giild.net entwickelt wurde, und ihr Hauptmerkmal ist "Allows you annotate online resources and leverage them to improve your Web.".

Erweiterungsscreenshots

screenshot

GiiLD Bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie GiiLD Bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GiiLD Bookmark GiiLD Bookmark
ID aacchphcelmdefffjbbkpbijlgimeohh
Offizielle URL https://chromewebstore.google.com/detail/giild-bookmark/aacchphcelmdefffjbbkpbijlgimeohh
Beschreibung Allows you annotate online resources and leverage them to improve your Web.
Dateigröße 488 KB
Installationsanzahl 12
Aktuelle Version 0.95.1
Letztes Update 2020-04-16
Veröffentlichungsdatum 2020-04-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://giild.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.giild.net/privacy.html
Unterstützte Sprachen 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"
    ]
}