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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Load HiRes Images

ดาวน์โหลดไฟล์ส่วนขยาย 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 Tumblr Load HiRes Images
ID nmnkcdhmgffolgjmohbbdahpebdpglkp
URL อย่างเป็นทางการ 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
}