Pokedex
Turn's facebook into a Pokedex.
什么是Pokedex?
Pokedex是由#13point7开发的Chrome扩展程序,该扩展的主要功能是“Turn's facebook into a Pokedex.”。
扩展截图
下载Pokedex扩展crx文件
下载Pokedex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Theme your Facebook to look like a Pokedex! 扩展基本信息
| 名称 | |
| ID | ffklcjpfiebfalmeoinanhleefmgmfnc |
| 官方URL | https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc |
| 简介 | Turn's facebook into a Pokedex. |
| 文件大小 | 48.84 KB |
| 安装次数 | 78 |
| 当前版本 | 0.0.63 |
| 更新时间 | 2014-08-02 |
| 上架时间 | 2014-08-02 |
| 评分 | 2.17/5 共18次评分 |
| 开发者 | #13point7 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pokedex",
"version": "0.0.63",
"manifest_version": 2,
"description": "Turn's facebook into a Pokedex.",
"icons": {
"64": "images\/facebook-like-button.png"
},
"web_accessible_resources": [
"images\/*.png",
"styles\/fonts\/*.*"
],
"permissions": [
"https:\/\/*.facebook.com\/"
],
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*.facebook.com\/*",
"https:\/\/*.facebook.com\/*"
],
"css": [
"styles\/main.css"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |