Twitter original images (miki-shirusi)

Display the images in its original size on twitter.com when clicked tweet.

Twitter original images (miki-shirusi) là gì?

Twitter original images (miki-shirusi) là một tiện ích mở rộng Chrome được phát triển bởi http://mikiishijima.com, và tính năng chính của nó là "Display the images in its original size on twitter.com when clicked tweet.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter original images (miki-shirusi)

Tải xuống các tệp mở rộng Twitter original images (miki-shirusi) 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

                        Display the images in its original size on twitter.com when clicked tweet.
So simple & minimum codes. Lightweight extension.

v.1.1 2016/07/25
[fixed]    collapse gallery content when show too big original image.
[added]  The original image displayed on the toggle has to be switched.
[added]  Shortcut key 'O' is now available .                    

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

Tên Twitter original images (miki-shirusi) Twitter original images (miki-shirusi)
ID gngemdehcfeffjiifgpjedncfppnmcko
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko
Mô tả Display the images in its original size on twitter.com when clicked tweet.
Kích Thước Tệp 48.92 KB
Số Lần Cài Đặt 373
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-07-25
Ngày Phát Hành 2016-07-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://mikiishijima.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "TOI",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/twitter.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.0.0.min.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toi-icon.png"
    ]
}