Pikmin Wikia Killer
Redirects the Pikmin wikia links to Pikipedia.
Pikmin Wikia Killerคืออะไร?
Pikmin Wikia Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Creative Sushi และคุณลักษณะหลักของมันคือ "Redirects the Pikmin wikia links to Pikipedia."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pikmin Wikia Killer
ดาวน์โหลดไฟล์ส่วนขยาย Pikmin Wikia Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gppeenbpnelhacglfaiclhbiidjiamgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pikmin-wikia-killer/gppeenbpnelhacglfaiclhbiidjiamgc |
คำอธิบาย | Redirects the Pikmin wikia links to Pikipedia. |
ขนาดไฟล์ | 31.17 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-06-18 |
วันที่เผยแพร่ | 2016-06-18 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Creative Sushi |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://pikminwiki.com |
URL หน้าช่วยเหลือ | http://pikipedia.freeforums.net/thread/270/pikmin-killer-google-chrome-extension |
ภาษาที่รองรับ | 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" ] } ] } |