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 |
| 官方URL | 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"
}
} | |