Pikmin Wikia Killer
Redirects the Pikmin wikia links to Pikipedia.
Pikmin Wikia Killerとは何ですか?
Pikmin Wikia KillerはCreative Sushiによって開発されたChromeの拡張機能で、その主な機能は「Redirects the Pikmin wikia links to Pikipedia.」です。
拡張機能のスクリーンショット
Pikmin Wikia Killer拡張機能のCRXファイルをダウンロード
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" ] } ] } |