Pikmin Wikia Killer
Redirects the Pikmin wikia links to Pikipedia.
Apa itu Pikmin Wikia Killer?
Pikmin Wikia Killer adalah ekstensi Chrome yang dikembangkan oleh Creative Sushi, dan fitur utamanya adalah "Redirects the Pikmin wikia links to Pikipedia.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pikmin Wikia Killer
Unduh file ekstensi Pikmin Wikia Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension with the purpose of redirecting any Pikmin Wikia page (pikmin.wikia.com) to the respective Pikipedia page (pikminwiki.com). It is page specific, so if you were to, for example go to the "candypop bud" page on the wikia, you will be brought to the "candypop bud" page on Pikipedia. It also contains handy links to Pikipedia and the Pikipedia Forums.
Informasi Dasar Ekstensi
Nama | |
ID | gppeenbpnelhacglfaiclhbiidjiamgc |
URL Resmi | https://chromewebstore.google.com/detail/pikmin-wikia-killer/gppeenbpnelhacglfaiclhbiidjiamgc |
Deskripsi | Redirects the Pikmin wikia links to Pikipedia. |
Ukuran File | 31.17 KB |
Jumlah Instalasi | 115 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-06-18 |
Tanggal Publikasi | 2016-06-18 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Creative Sushi |
Tipe Pembayaran | free |
Situs Ekstensi | http://pikminwiki.com |
URL Halaman Bantuan | http://pikipedia.freeforums.net/thread/270/pikmin-killer-google-chrome-extension |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pikmin Wikia Killer", "author": "Creative Sushi", "version": "0.2", "description": "Redirects the Pikmin wikia links to Pikipedia.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png" }, "default_title": "Pikipedia", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |