Embed Code of the Android Market

Embed Code of the Android Market can be easily acquired.

Vad är Embed Code of the Android Market?

Embed Code of the Android Market är en Chrome-tillägg utvecklad av romberg, och dess huvudfunktion är "Embed Code of the Android Market can be easily acquired.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Embed Code of the Android Market-förlängningens CRX-fil

Ladda ner Embed Code of the Android Market-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Embed Code of the Android Market Embed Code of the Android Market
ID amfpidapbmkcbipcmkjeeehpcdlgocdo
Officiell webbadress https://chromewebstore.google.com/detail/embed-code-of-the-android/amfpidapbmkcbipcmkjeeehpcdlgocdo
Beskrivning Embed Code of the Android Market can be easily acquired.
Filstorlek 91.8 KB
Antal Installationer 266
Aktuell Version 0.0.20
Senast Uppdaterad 2014-02-08
Publiceringsdatum 2014-02-07
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare romberg
Betalningssätt free
Tilläggswebbplats http://romberg-iso8.blogspot.com/2011/02/chromeandroidembed-code-of-android.html
Stödda Språk 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
}