GiiLD Bookmark
Allows you annotate online resources and leverage them to improve your Web.
What is GiiLD Bookmark?
GiiLD Bookmark is a Chrome extension developed by https://giild.net, and its main feature is "Allows you annotate online resources and leverage them to improve your Web.".
Extension Screenshots
Download GiiLD Bookmark Extension CRX File
Download GiiLD Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GiiLD Bookmark |
ID | aacchphcelmdefffjbbkpbijlgimeohh |
Official URL | https://chromewebstore.google.com/detail/giild-bookmark/aacchphcelmdefffjbbkpbijlgimeohh |
Description | Allows you annotate online resources and leverage them to improve your Web. |
File Size | 488 KB |
Installation Count | 12 |
Current Version | 0.95.1 |
Last Updated | 2020-04-16 |
Publish Date | 2020-04-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://giild.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.giild.net/privacy.html |
Supported Languages | 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" ] } |