Kill-Sticky

Remove all elements with fixed or sticky positions

Kill-Stickyคืออะไร?

Kill-Sticky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Remove all elements with fixed or sticky positions"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kill-Sticky

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

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

                        Lets you get rid of distracting headers and ads by adding a browser action and a keyboard shortcut (Alt+K on Windows & Linux, Cmd+K on macOS) that removes all elements from the current page that have a "fixed" or "sticky" position, and re-enables scrolling for the page contents.

To change the keyboard shortcut, visit the page chrome://extensions/shortcuts                    

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

ชื่อ Kill-Sticky Kill-Sticky
ID lekjlgffkaencjnlcmbgibodhechofdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb
คำอธิบาย Remove all elements with fixed or sticky positions
ขนาดไฟล์ 3.43 KB
จำนวนการติดตั้ง 1,506
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2019-06-06
วันที่เผยแพร่ 2019-06-05
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/eemeli/chrome-kill-sticky
URL หน้าช่วยเหลือ https://github.com/eemeli/chrome-kill-sticky/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove all elements with fixed or sticky positions"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            }
        }
    },
    "description": "Remove all elements with fixed or sticky positions",
    "manifest_version": 2,
    "name": "Kill-Sticky",
    "permissions": [
        "activeTab"
    ],
    "version": "1.4.0"
}