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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}