Tumblr 1280

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

Τι είναι το Tumblr 1280;

Το Tumblr 1280 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Oelson TCS, και η κύρια λειτουργία του είναι "Shows the higher res version of an image, if it exists.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tumblr 1280

Λήψη αρχείων επέκτασης Tumblr 1280 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tumblr 1280 Tumblr 1280
ID hpcpiffhohmgadgjlejekipdgnahkmhn
Επίσημο URL https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn
Περιγραφή Shows the higher res version of an image, if it exists.
Μέγεθος Αρχείου 36.79 KB
Αριθμός Εγκαταστάσεων 766
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2013-08-28
Ημερομηνία Δημοσίευσης 2013-08-27
Αξιολόγηση 3.87/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Oelson TCS
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}