Tumblr 1280

Shows the higher res version of an image, if it exists.

Qu'est-ce que Tumblr 1280 ?

Tumblr 1280 est une extension Chrome développée par Oelson TCS, et sa fonction principale est "Shows the higher res version of an image, if it exists.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tumblr 1280

Téléchargez les fichiers d'extension Tumblr 1280 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

                        Tumblr loads images in 2 resolutions: 500 wide and 1280 wide.
Some tumblrs actually have the 1280 resolution, but when clicked, they link to the 500 one.

This extension attempts to automatically find and display the bigger image, if a higher resolution is available.

UPDATE: Now works with gifs! [from 250/400 to 500 resolution]                    

Informations de Base sur l'Extension

Nom Tumblr 1280 Tumblr 1280
ID hpcpiffhohmgadgjlejekipdgnahkmhn
URL Officiel https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn
Description Shows the higher res version of an image, if it exists.
Taille du Fichier 36.79 KB
Nombre d'Installations 766
Version Actuelle 1.3
Dernière Mise à Jour 2013-08-28
Date de Publication 2013-08-27
Évaluation 3.87/5 Total 15 Évaluations
Développeur Oelson TCS
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr 1280",
    "version": "1.3",
    "description": "Shows the higher res version of an image, if it exists.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "There's a '_500.xxx' in this URL!"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}