e-wizzle zip code finder
An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.
什麼是e-wizzle zip code finder?
e-wizzle zip code finder是由Adedayo Ayodele開發的Chrome擴展程式,該擴展的主要功能是“An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.”。
擴展截圖
下載e-wizzle zip code finder擴展crx文件
下載e-wizzle zip code finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
e-wizzle zip code finder is a chrome extension that helps you find the phone code,country code and postal or zip code associated with a given state or country. 擴展基本資訊
| 名稱 | |
| ID | eocdcoimbpmnookgdpemmneoiaghjenp |
| 官方網址 | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
| 簡介 | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
| 檔案大小 | 283 KB |
| 安裝次數 | 165 |
| 目前版本 | 0.0.0.4 |
| 更新時間 | 2013-11-29 |
| 上架時間 | 2013-11-29 |
| 評分 | 4.75/5 共 8 次評分 |
| 開發者 | Adedayo Ayodele |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "e-wizzle zip code finder",
"description": "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.",
"version": "0.0.0.4",
"icons": {
"128": "icon.png"
},
"permissions": [
"http:\/\/api.geonames.org\/,http:\/\/maps.googleapis.com\/"
],
"browser_action": {
"default_icon": "icon2.png",
"default_popup": "popup.html"
}
} | |