Tumblr Load HiRes Images
When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.
什麼是Tumblr Load HiRes Images?
Tumblr Load HiRes Images是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.”。
擴展截圖
下載Tumblr Load HiRes Images擴展crx文件
下載Tumblr Load HiRes Images擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This small utility allows you to easily load and view the large version of images on various tumblr.com blogs. Sometimes trying to zoom an image will just redirect you to a different site! With this extension running, just right-click and choose "Open image in a new tab". It checks if there's a larger version available on tumbr and will navigate to it if there is.
擴展基本資訊
名稱 | Tumblr Load HiRes Images |
ID | nmnkcdhmgffolgjmohbbdahpebdpglkp |
官方網址 | https://chromewebstore.google.com/detail/tumblr-load-hires-images/nmnkcdhmgffolgjmohbbdahpebdpglkp |
簡介 | When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available. |
檔案大小 | 56.99 KB |
安裝次數 | 869 |
目前版本 | 1.0.2 |
更新時間 | 2012-09-25 |
上架時間 | 2012-09-25 |
評分 | 4.46/5 共 13 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Load HiRes Images", "version": "1.0.2", "description": "When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/*.tumblr.com\/*" ], "page_action": { "default_icon": "icon-19.png", "default_title": "The tumblr-hirez extension found a larger image and automatically navigated to it.\r\n\r\n Press back to see original." }, "icons": { "48": "icon-48.png" }, "manifest_version": 2 } |