Everything to Pokémon
Replaces every word with a Pokémon
Everything to Pokémonとは何ですか?
Everything to Pokémonはlukey_qによって開発されたChromeの拡張機能で、その主な機能は「Replaces every word with a Pokémon」です。
拡張機能のスクリーンショット
Everything to Pokémon拡張機能のCRXファイルをダウンロード
Everything to Pokémon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes every word to the name of a Pokémon.
拡張機能の基本情報
名前 | Everything to Pokémon |
ID | badgmddlemdcnjffifhmamanjibggghe |
公式URL | https://chromewebstore.google.com/detail/everything-to-pok%C3%A9mon/badgmddlemdcnjffifhmamanjibggghe |
説明 | Replaces every word with a Pokémon |
ファイルサイズ | 67.91 KB |
インストール数 | 138 |
現在のバージョン | 0.1 |
最終更新日 | 2014-12-18 |
公開日 | 2014-12-17 |
評価 | 3.85/5 合計 13 レビュー |
開発者 | lukey_q |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lilkraftwerk/everything-to-pokemon |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everything to Pok\u00e9mon", "version": "0.1", "description": "Replaces every word with a Pok\u00e9mon", "browser_action": { "default_icon": { "19": "img\/bulbasmall.png", "38": "img\/bulbabig.png" }, "default_title": "Everything To Pok\u00e9mon" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "events.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |