Oh Hell No

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

What is Oh Hell No?

Oh Hell No is a Chrome extension developed by jrmiller84, and its main feature is "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.".

Extension Screenshots

screenshot

Download Oh Hell No Extension CRX File

Download Oh Hell No extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
Official URL https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
Description An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
File Size 56.42 KB
Installation Count 19
Current Version 1.0
Last Updated 2012-07-18
Publish Date 2012-07-18
Rating 5.00/5 Total 1 Ratings
Developer jrmiller84
Payment Type free
Extension Website https://github.com/BitDestroyer/Oh-Hell-No
Help Page URL https://github.com/BitDestroyer/Oh-Hell-No
Supported Languages 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\/*"
    ]
}