GiiLD Bookmark
Allows you annotate online resources and leverage them to improve your Web.
Co to jest GiiLD Bookmark?
GiiLD Bookmark to rozszerzenie Chrome opracowane przez https://giild.net, a jego główną funkcją jest „Allows you annotate online resources and leverage them to improve your Web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GiiLD Bookmark
Pobierz pliki rozszerzeń GiiLD Bookmark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GiiLD Bookmark |
ID | aacchphcelmdefffjbbkpbijlgimeohh |
Oficjalny URL | https://chromewebstore.google.com/detail/giild-bookmark/aacchphcelmdefffjbbkpbijlgimeohh |
Opis | Allows you annotate online resources and leverage them to improve your Web. |
Rozmiar pliku | 488 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 0.95.1 |
Ostatnia Aktualizacja | 2020-04-16 |
Data Publikacji | 2020-04-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://giild.net |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://www.giild.net/privacy.html |
Obsługiwane Języki | 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" ] } |