PokeDream Pokedex Pokemon Search

Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.

什麼是PokeDream Pokedex Pokemon Search?

PokeDream Pokedex Pokemon Search是由http://pokedream.com開發的Chrome擴展程式,該擴展的主要功能是“Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.”。

擴展截圖

screenshot
screenshot

下載PokeDream Pokedex Pokemon Search擴展crx文件

下載PokeDream Pokedex Pokemon Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.                    

擴展基本資訊

名稱 PokeDream Pokedex Pokemon Search PokeDream Pokedex Pokemon Search
ID dhlghlhbjpgnhdkafnfblngcgldkaagn
官方網址 https://chrome.google.com/webstore/detail/pokedream-pokedex-pokemon/dhlghlhbjpgnhdkafnfblngcgldkaagn
簡介 Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.
檔案大小 611 KB
安裝次數 790
目前版本 1.1.1
更新時間 2013-11-23
上架時間 2013-11-23
評分 4.06/5 共 16 次評分
開發者 http://pokedream.com
付費類型 free
擴展官網 http://pokedream.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokeDream Pokedex Pokemon Search",
    "short_name": "Pokemon Search",
    "description": "Search bar for PokeDream's Pokedex. Use it to look up detailed images and information on all the Pokemon.",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/pokedream.com",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "search.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}