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 |
官方網址 | 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" } ] } |