bigur

Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.

bigurคืออะไร?

bigur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AltIvan และคุณลักษณะหลักของมันคือ "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens."

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

screenshot

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

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

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

                        Read the Imgur comments from the right side of the site, you no longer need to scroll to read the comments! To work it needs a screen width larger than 1420px 

Plus other small features for navigating Imgur:

- See the number of images at the end of the title (very useful for dumps)
- Auto-fit first image if its not too big (so you don't have to scroll)                    

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

ชื่อ bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
คำอธิบาย Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
ขนาดไฟล์ 16 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2017-06-09
วันที่เผยแพร่ 2017-06-09
คะแนน 4.40/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา AltIvan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/imgur.com\/*",
        "webNavigation"
    ]
}