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 |
官方網址 | 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 } |