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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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\/*" ] } |