Hallepedia: Halle Berry for Wikipedia
Makes (almost) every Wikipedia article about Halle Berry.
Hvad er Hallepedia: Halle Berry for Wikipedia?
Hallepedia: Halle Berry for Wikipedia er en Chrome-udvidelse udviklet af https://clayburngriffin.com, og dens hovedfunktion er "Makes (almost) every Wikipedia article about Halle Berry.".
Udvidelsesskærmbilleder
Download Hallepedia: Halle Berry for Wikipedia-udvidelses-CRX-fil
Download Hallepedia: Halle Berry for Wikipedia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Hallepedia: Halle Berry for Wikipedia |
ID | pdmceemcpbnemhelbdkhemhkbgllmoie |
Officiel URL | https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie |
Beskrivelse | Makes (almost) every Wikipedia article about Halle Berry. |
Filstørrelse | 24.4 KB |
Antal Installationer | 18 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-06-27 |
Udgivelsesdato | 2016-06-27 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://clayburngriffin.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.clayburngriffin.com/hallepedia |
Hjælpeside-URL | http://www.clayburngriffin.com/contact |
Understøttede Sprog | 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 } |