bigur

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

什麼是bigur?

bigur是由AltIvan開發的Chrome擴展程式,該擴展的主要功能是“Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.”。

擴展截圖

screenshot

下載bigur擴展crx文件

下載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
官方網址 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"
    ]
}