Tumblr 1280

Shows the higher res version of an image, if it exists.

Tumblr 1280 là gì?

Tumblr 1280 là một tiện ích mở rộng Chrome được phát triển bởi Oelson TCS, và tính năng chính của nó là "Shows the higher res version of an image, if it exists.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumblr 1280

Tải xuống các tệp mở rộng Tumblr 1280 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumblr 1280 Tumblr 1280
ID hpcpiffhohmgadgjlejekipdgnahkmhn
URL Chính Thức https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn
Mô tả Shows the higher res version of an image, if it exists.
Kích Thước Tệp 36.79 KB
Số Lần Cài Đặt 766
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-08-28
Ngày Phát Hành 2013-08-27
Đánh Giá 3.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Oelson TCS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}