BundleID
find bundle id quickly
什么是BundleID?
BundleID是由https://www.miniy.net开发的Chrome扩展程序,该扩展的主要功能是“find bundle id quickly”。
下载BundleID扩展crx文件
下载BundleID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
https://itunes.apple.com/で表示したアプリのbundeidを素早く調べることができます。 扩展基本信息
| 名称 | |
| ID | cbghdplieojfafnghhcplcaacmkgniob |
| 官方URL | https://chromewebstore.google.com/detail/bundleid/cbghdplieojfafnghhcplcaacmkgniob |
| 简介 | find bundle id quickly |
| 文件大小 | 48.65 KB |
| 安装次数 | 11 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-11-18 |
| 上架时间 | 2016-11-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.miniy.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BundleID",
"version": "1.1",
"description": "find bundle id quickly",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"content_scripts": [
{
"js": [
"js\/popup.js",
"js\/lib\/jquery.min.js"
],
"matches": [
"https:\/\/itunes.apple.com\/*"
]
}
],
"permissions": [
"tabs"
],
"icons": {
"128": "icon.png"
}
} | |