Embed Code of the Android Market

Embed Code of the Android Market can be easily acquired.

What is Embed Code of the Android Market?

Embed Code of the Android Market is a Chrome extension developed by romberg, and its main feature is "Embed Code of the Android Market can be easily acquired.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Embed Code of the Android Market Extension CRX File

Download Embed Code of the Android Market extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Embed Code of the Android Market Embed Code of the Android Market
ID amfpidapbmkcbipcmkjeeehpcdlgocdo
Official URL https://chromewebstore.google.com/detail/embed-code-of-the-android/amfpidapbmkcbipcmkjeeehpcdlgocdo
Description Embed Code of the Android Market can be easily acquired.
File Size 91.8 KB
Installation Count 266
Current Version 0.0.20
Last Updated 2014-02-08
Publish Date 2014-02-07
Rating 4.43/5 Total 7 Ratings
Developer romberg
Payment Type free
Extension Website http://romberg-iso8.blogspot.com/2011/02/chromeandroidembed-code-of-android.html
Supported Languages 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
}