bigur

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

Qu'est-ce que bigur ?

bigur est une extension Chrome développée par AltIvan, et sa fonction principale est "Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension bigur

Téléchargez les fichiers d'extension bigur au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom bigur bigur
ID jcckmfokcjjdablcoagoddoidmnknnfb
URL Officiel https://chrome.google.com/webstore/detail/bigur/jcckmfokcjjdablcoagoddoidmnknnfb
Description Avoid scrolling on Imgur to read the comments! Imgur for lazy people with big screens.
Taille du Fichier 16 KB
Nombre d'Installations 175
Version Actuelle 0.0.6
Dernière Mise à Jour 2017-06-09
Date de Publication 2017-06-09
Évaluation 4.40/5 Total 20 Évaluations
Développeur AltIvan
Type de Paiement free
Langues Prises en Charge 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"
    ]
}