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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |