Short Description Viewer for Google Play

View Short Description of any app in Google Play

Short Description Viewer for Google Playとは何ですか?

Short Description Viewer for Google Playはhttps://appstorespy.comによって開発されたChromeの拡張機能で、その主な機能は「View Short Description of any app in Google Play」です。

拡張機能のスクリーンショット

screenshot

Short Description Viewer for Google Play拡張機能のCRXファイルをダウンロード

Short Description Viewer for Google Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        View short description for every Google Play app.

Just one phrase describing what about this Android application.

Unfortunately, it does not appear ion the Web Play Store. So using this extension you can easily see all the descriptions.

For developers short description is strongly affects the conversion into install.                    

拡張機能の基本情報

名前 Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
公式URL https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
説明 View Short Description of any app in Google Play
ファイルサイズ 5.52 KB
インストール数 2,000
現在のバージョン 0.3.7
最終更新日 2021-06-17
公開日 2019-02-11
評価 4.00/5 合計 7 レビュー
開発者 https://appstorespy.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://appstorespy.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short Description Viewer for Google Play",
    "description": "View Short Description of any app in Google Play",
    "author": "Appstorespy.com",
    "version": "0.3.7",
    "permissions": [],
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}