The Yellowdig Extension

Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.

The Yellowdig Extensionとは何ですか?

The Yellowdig Extensionはhttps://www.yellowdig.comによって開発されたChromeの拡張機能で、その主な機能は「Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.」です。

拡張機能のスクリーンショット

screenshot
screenshot

The Yellowdig Extension拡張機能のCRXファイルをダウンロード

The Yellowdig Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community. Pin notes, links, photos, office files, videos, feed etc. for your own use later or to share with others in your community. You decide what you share with whom. It is that simple.                    

拡張機能の基本情報

名前 The Yellowdig Extension The Yellowdig Extension
ID dnnkpopigdngaodampfadmcgcfiepncb
公式URL https://chromewebstore.google.com/detail/the-yellowdig-extension/dnnkpopigdngaodampfadmcgcfiepncb
説明 Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.
ファイルサイズ 372 KB
インストール数 70
現在のバージョン 1.9.3
最終更新日 2016-08-31
公開日 2016-08-31
評価 5.00/5 合計 4 レビュー
開発者 https://www.yellowdig.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Yellowdig Extension",
    "version": "1.9.3",
    "description": "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Yellowdig it!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/content.js",
        "js\/popup.js",
        "js\/yd.js",
        "manifest.json"
    ],
    "background": {
        "scripts": [
            "js\/popup.js",
            "js\/yd.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "bgicon.png"
    },
    "author": "Six Deg Inc."
}