Embed Code of the Android Market
Embed Code of the Android Market can be easily acquired.
Qu'est-ce que Embed Code of the Android Market ?
Embed Code of the Android Market est une extension Chrome développée par romberg, et sa fonction principale est "Embed Code of the Android Market can be easily acquired.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Embed Code of the Android Market
Téléchargez les fichiers d'extension Embed Code of the Android Market au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ブログなどでAndroidのアプリを紹介する際に、貼り付ける埋込コードを取得します。 1.アンドロイドマーケットの任意のアプリのページに行く。 例:https://market.android.com/details?id=com.google.android.apps.maps 2.アドレスバーに出てるアイコンを押す。 3.コピーされるので、どっかに貼り付ける。 1. Go to Android Market Site. e.g. https://market.android.com/details?id=com.google.android.apps.maps 2. The icon of the address bar is clicked. 3. It is a paste to an arbitrary place. HTMLが分かる方は、オプションからテンプレートが変更できます。 テーマ(Theme)紹介サイトつくりました → http://ecamtpl.blogspot.com/ ※ データが足りないアプリ(インストール総数がまだ表示されてない新しいアプリなど)は正常に取り込めない場合が有ります。 【更新履歴】 v0.0.20 2014/02/08:最新のGoogle Playに対応 v0.0.18 2013/05/01:最新のGoogle Playに対応 v0.0.16 2012/05/15:動作不良改善。URL系をGoogle playのものに統一 v0.0.16 2012/04/10:%icon%でアイコンURLが取得可能に、その他バグfix v0.0.14 2012/03/10:Google playになったので対応 v0.0.13 2012/01/24:マーケットの仕様変更により動かなかったのを修正 v0.0.12 2011/08/18:一部の項目がnullになっていた問題を修正 v0.0.11 2011/06/24:評価者数が正常に表示されないバグを修正 v0.0.8 2011/05/13:新しいマーケットに対応しました%content_rating%を追加 v0.0.7 2011/03/13:取得するアプリ名がおかしくなってたのを修正 v0.0.6 2011/03/13:データ不足アプリで戻ってこない現象回避 v0.0.5 2011/02/26:Android MarketのHTML変更対応。
Informations de Base sur l'Extension
Nom | Embed Code of the Android Market |
ID | amfpidapbmkcbipcmkjeeehpcdlgocdo |
URL Officiel | https://chromewebstore.google.com/detail/embed-code-of-the-android/amfpidapbmkcbipcmkjeeehpcdlgocdo |
Description | Embed Code of the Android Market can be easily acquired. |
Taille du Fichier | 91.8 KB |
Nombre d'Installations | 266 |
Version Actuelle | 0.0.20 |
Dernière Mise à Jour | 2014-02-08 |
Date de Publication | 2014-02-07 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | romberg |
Type de Paiement | free |
Site Web de l'Extension | http://romberg-iso8.blogspot.com/2011/02/chromeandroidembed-code-of-android.html |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "page_action": { "default_icon": "icon\/icon16.png", "default_title": "Embed Code of A.M.", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/goo.gl\/" ], "description": "Embed Code of the Android Market can be easily acquired.", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "script\/jquery-2.0.0.js", "script\/content.js" ], "matches": [ "https:\/\/play.google.com\/*" ], "run_at": "document_end" } ], "name": "Embed Code of the Android Market", "options_page": "opt.html", "version": "0.0.20", "manifest_version": 2 } |