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