Oh Hell No

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

什么是Oh Hell No?

Oh Hell No是由jrmiller84开发的Chrome扩展程序,该扩展的主要功能是“An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.”。

扩展截图

screenshot

下载Oh Hell No扩展crx文件

下载Oh Hell No扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Oh Hell No Oh Hell No
ID hdlafmkekdmkeeifidploilceehjbikg
官方URL https://chrome.google.com/webstore/detail/oh-hell-no/hdlafmkekdmkeeifidploilceehjbikg
简介 An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.
文件大小 56.42 KB
安装次数 19
当前版本 1.0
更新时间 2012-07-18
上架时间 2012-07-18
评分 5.00/5 共1次评分
开发者 jrmiller84
付费类型 free
扩展官网 https://github.com/BitDestroyer/Oh-Hell-No
帮助页面URL https://github.com/BitDestroyer/Oh-Hell-No
支持的语言 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\/*"
    ]
}