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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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 } |