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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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\/*" ] } |