Stan UX
Removes the miserable horizontal scrolling UX on the Stan website.
什么是Stan UX?
Stan UX是由https://rocketapps.com.au开发的Chrome扩展程序,该扩展的主要功能是“Removes the miserable horizontal scrolling UX on the Stan website.”。
扩展截图
下载Stan UX扩展crx文件
下载Stan UX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes the miserable horizontal scrolling UX on the Stan website. Consequently also significantly improves performance.
扩展基本信息
名称 | |
ID | ceejhihcghdihjgopfkkcmbgalbpjaih |
官方URL | https://chromewebstore.google.com/detail/stan-ux/ceejhihcghdihjgopfkkcmbgalbpjaih |
简介 | Removes the miserable horizontal scrolling UX on the Stan website. |
文件大小 | 14.17 KB |
安装次数 | 401 |
当前版本 | 0.4 |
更新时间 | 2019-06-08 |
上架时间 | 2019-06-07 |
评分 | 3.75/5 共8次评分 |
开发者 | https://rocketapps.com.au |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "author": "Michael Ott", "browser_action": { "default_icon": "icon.png", "default_popup": "share.html" }, "content_scripts": [ { "css": [ "css\/stan-ux.css" ], "matches": [ "http:\/\/www.stan.com.au\/*", "https:\/\/www.stan.com.au\/*", "https:\/\/play.stan.com.au\/*" ] } ], "description": "Removes the miserable horizontal scrolling UX on the Stan website.", "homepage_url": "http:\/\/michaelott.id.au", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoOAJRALHtWEEAKQuIh9vS0SNU5ouObhYanQ3ZXIKf5d+6UWviWCh5znWDM1k4imbRZCBMo2Pt\/GlYm\/\/ltkqGfUD8wD8\/r6COLF+w45g5TsJ+kBDhrwf46WnTD9XIxJqgoIyaSa2PmpguJ9u7uxaqjNs4Vr120O\/7zwdv0r8xWlU3ugO8RvoCpaqhpln2+W82YUmnBRNYauDavnydJJyUshgOJbCv0fhKCNZuh6nXtkpmc+8DwblRKh4gKNNJxvK7MJdAVlB731SmlP+eW6yizlQ7qSZyC+FOiDZMnAqtyZ7An+Dy62op3G6NwC26jNGAwF2Vf0\/OHdVbN03UvshtwIDAQAB", "manifest_version": 2, "name": "Stan UX", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |