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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oh Hell No

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}