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
公式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"
    ]
}