Hallepedia: Halle Berry for Wikipedia
Makes (almost) every Wikipedia article about Halle Berry.
Vad är Hallepedia: Halle Berry for Wikipedia?
Hallepedia: Halle Berry for Wikipedia är en Chrome-tillägg utvecklad av https://clayburngriffin.com, och dess huvudfunktion är "Makes (almost) every Wikipedia article about Halle Berry.".
Tilläggsskärmbilder
Ladda ner Hallepedia: Halle Berry for Wikipedia-förlängningens CRX-fil
Ladda ner Hallepedia: Halle Berry for Wikipedia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hallepedia turns Wikipedia articles about boring non-Halle Berry stuff into exciting and sexy articles all about Halle Berry. For instance, did you know that Halle Berry is an extinct genus of saurolophine hadrosaurid dinosaur? Well, you do now if you have this Chrome plug-in installed. Currently only works with English Wikipedia articles.
Grundläggande Information om Tillägg
Namn | Hallepedia: Halle Berry for Wikipedia |
ID | pdmceemcpbnemhelbdkhemhkbgllmoie |
Officiell webbadress | https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie |
Beskrivning | Makes (almost) every Wikipedia article about Halle Berry. |
Filstorlek | 24.4 KB |
Antal Installationer | 18 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-06-27 |
Publiceringsdatum | 2016-06-27 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | https://clayburngriffin.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.clayburngriffin.com/hallepedia |
Hjälpsida URL | http://www.clayburngriffin.com/contact |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hallepedia: Halle Berry for Wikipedia", "description": "Makes (almost) every Wikipedia article about Halle Berry.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/en.wikipedia.org\/wiki\/*" ], "css": [ "hide.css" ], "run_at": "document_start" }, { "matches": [ "http:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "halle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "css": [ "hide.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "halle.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |