Tumblr 1280
Shows the higher res version of an image, if it exists.
Was ist Tumblr 1280?
Tumblr 1280 ist eine Chrome-Erweiterung, die von Oelson TCS entwickelt wurde, und ihr Hauptmerkmal ist "Shows the higher res version of an image, if it exists.".
Erweiterungsscreenshots
Tumblr 1280-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tumblr 1280-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Tumblr 1280 |
ID | hpcpiffhohmgadgjlejekipdgnahkmhn |
Offizielle URL | https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn |
Beschreibung | Shows the higher res version of an image, if it exists. |
Dateigröße | 36.79 KB |
Installationsanzahl | 766 |
Aktuelle Version | 1.3 |
Letztes Update | 2013-08-28 |
Veröffentlichungsdatum | 2013-08-27 |
Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
Entwickler | Oelson TCS |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |