Oh Hell No

An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.

O que é Oh Hell No?

Oh Hell No é uma extensão do Chrome desenvolvida por jrmiller84, e sua principal característica é "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Oh Hell No

Baixe arquivos de extensão Oh Hell No 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

                        Based on an idea from Episode 56 of Mike Monteiro's "Let's Make Mistakes" podcast. Adds an "Oh hell no" button to the "Skills and Expertise" section of people's LinkedIn profiles.                    

Informações Básicas da Extensão

Nome Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
URL Oficial https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
Descrição An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
Tamanho do Arquivo 56.42 KB
Contagem de Instalações 19
Versão Atual 1.0
Última Atualização 2012-07-18
Data de Publicação 2012-07-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jrmiller84
Tipo de Pagamento free
Site da Extensão https://github.com/BitDestroyer/Oh-Hell-No
URL da Página de Ajuda https://github.com/BitDestroyer/Oh-Hell-No
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oh Hell No",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/www.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/profile\/view*"
            ],
            "css": [
                "css\/toast.css"
            ],
            "js": [
                "scripts\/jquery-1.7.2.min.js",
                "scripts\/parse-1.0.9.min.js",
                "scripts\/jquery.toast.min.js",
                "scripts\/ohhellno.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}