Tumblr 1280
Shows the higher res version of an image, if it exists.
Co je Tumblr 1280?
Tumblr 1280 je rozšíření Chrome vyvinuté Oelson TCS, a jeho hlavní funkcí je „Shows the higher res version of an image, if it exists.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tumblr 1280
Stáhněte si soubory rozšíření Tumblr 1280 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | Tumblr 1280 |
ID | hpcpiffhohmgadgjlejekipdgnahkmhn |
Oficiální URL | https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn |
Popis | Shows the higher res version of an image, if it exists. |
Velikost souboru | 36.79 KB |
Počet instalací | 766 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2013-08-28 |
Datum Vydání | 2013-08-27 |
Hodnocení | 3.87/5 Celkem 15 Hodnocení |
Vývojář | Oelson TCS |
Typ Platby | free |
Podporované Jazyky | 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 } |