Tumblr 1280
Shows the higher res version of an image, if it exists.
什麼是Tumblr 1280?
Tumblr 1280是由Oelson TCS開發的Chrome擴展程式,該擴展的主要功能是“Shows the higher res version of an image, if it exists.”。
擴展截圖
下載Tumblr 1280擴展crx文件
下載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 |
ID | hpcpiffhohmgadgjlejekipdgnahkmhn |
官方網址 | 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 } |