BundleID
find bundle id quickly
Wat is BundleID?
BundleID is een Chrome-extensie ontwikkeld door https://www.miniy.net, en de belangrijkste functie is "find bundle id quickly".
Download het CRX-bestand van de extensie BundleID
Download BundleID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://itunes.apple.com/で表示したアプリのbundeidを素早く調べることができます。 Basisinformatie over de Extensie
| Naam | |
| ID | cbghdplieojfafnghhcplcaacmkgniob |
| Officiële URL | https://chromewebstore.google.com/detail/bundleid/cbghdplieojfafnghhcplcaacmkgniob |
| Beschrijving | find bundle id quickly |
| Bestandsgrootte | 48.65 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-11-18 |
| Publicatiedatum | 2016-11-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.miniy.net |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |