Embed Code of the Android Market

Embed Code of the Android Market can be easily acquired.

Cos'è Embed Code of the Android Market?

Embed Code of the Android Market è un'estensione di Chrome sviluppata da romberg, e la sua funzione principale è "Embed Code of the Android Market can be easily acquired.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Embed Code of the Android Market

Scarica i file di estensione Embed Code of the Android Market in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ブログなどで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変更対応。                    

Informazioni di Base sull'Estensione

Nome Embed Code of the Android Market Embed Code of the Android Market
ID amfpidapbmkcbipcmkjeeehpcdlgocdo
URL Ufficiale https://chromewebstore.google.com/detail/embed-code-of-the-android/amfpidapbmkcbipcmkjeeehpcdlgocdo
Descrizione Embed Code of the Android Market can be easily acquired.
Dimensione del File 91.8 KB
Conteggio Installazioni 266
Versione Corrente 0.0.20
Ultimo Aggiornamento 2014-02-08
Data di Pubblicazione 2014-02-07
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore romberg
Tipo di Pagamento free
Sito Web dell'Estensione http://romberg-iso8.blogspot.com/2011/02/chromeandroidembed-code-of-android.html
Lingue Supportate 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
}