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 هو إضافة Chrome تم تطويرها بواسطة jrmiller84، والميزة الرئيسية لها هي "An extension that modifes the 'Skills & Expertise' section of LinkedIn to allow one to rebuke the person's claims.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oh Hell No
قم بتنزيل ملفات الامتداد Oh Hell No بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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\/*" ] } |