GIF Scrubber

GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!

GIF Scrubberคืออะไร?

GIF Scrubber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twin Gravity และคุณลักษณะหลักของมันคือ "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!"

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

screenshot

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

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

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

                        - NEW in GS 4.0: Now faster than ever!
- Support for Imgur and Gfycat links
- New dark design for better viewing
- GIF Scrubber is now open source (https://github.com/0ui/gif-scrubber)

To use, right-click a gif image or link and select the GIF Scubber option. The player will open in a new window or tab.                    

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

ชื่อ GIF Scrubber GIF Scrubber
ID gbdacbnhlfdlllckelpdkgeklfjfgcmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp
คำอธิบาย GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!
ขนาดไฟล์ 424 KB
จำนวนการติดตั้ง 28,492
เวอร์ชันปัจจุบัน 4.1.3
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2016-10-18
คะแนน 3.66/5 รวมทั้งหมด 252 คะแนน
ผู้พัฒนา Twin Gravity
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF Scrubber",
    "version": "4.1.3",
    "manifest_version": 3,
    "description": "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon-16.0be88e78.png",
        "48": "icon-48.e406ea6f.png",
        "128": "icon-128.0d3f4eb2.png"
    },
    "background": {
        "service_worker": "eventPage.dcc7d401.js"
    },
    "options_ui": {
        "browser_style": false,
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html",
                "popup.html"
            ]
        }
    ]
}