The Yellowdig Extension

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

O que é The Yellowdig Extension?

The Yellowdig Extension é uma extensão do Chrome desenvolvida por https://www.yellowdig.com, e sua principal característica é "Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The Yellowdig Extension

Baixe arquivos de extensão The Yellowdig Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome The Yellowdig Extension The Yellowdig Extension
ID dnnkpopigdngaodampfadmcgcfiepncb
URL Oficial https://chromewebstore.google.com/detail/the-yellowdig-extension/dnnkpopigdngaodampfadmcgcfiepncb
Descrição Yellowdig is a social pin-board for teams that lets you share awesome stuff within your private community.
Tamanho do Arquivo 372 KB
Contagem de Instalações 70
Versão Atual 1.9.3
Última Atualização 2016-08-31
Data de Publicação 2016-08-31
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://www.yellowdig.com
Tipo de Pagamento free
Idiomas Suportados 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."
}