Stan UX

Removes the miserable horizontal scrolling UX on the Stan website.

Stan UXคืออะไร?

Stan UX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rocketapps.com.au และคุณลักษณะหลักของมันคือ "Removes the miserable horizontal scrolling UX on the Stan website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stan UX

ดาวน์โหลดไฟล์ส่วนขยาย Stan UX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Removes the miserable horizontal scrolling UX on the Stan website. Consequently also significantly improves performance.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stan UX Stan UX
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"
}