GiiLD Bookmark
Allows you annotate online resources and leverage them to improve your Web.
GiiLD Bookmarkとは何ですか?
GiiLD Bookmarkはhttps://giild.netによって開発されたChromeの拡張機能で、その主な機能は「Allows you annotate online resources and leverage them to improve your Web.」です。
拡張機能のスクリーンショット
GiiLD Bookmark拡張機能のCRXファイルをダウンロード
GiiLD Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | 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"
    ]
}  |  |