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."
}