Twitter original images (miki-shirusi)

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

什麼是Twitter original images (miki-shirusi)?

Twitter original images (miki-shirusi)是由http://mikiishijima.com開發的Chrome擴展程式,該擴展的主要功能是“Display the images in its original size on twitter.com when clicked tweet.”。

擴展截圖

screenshot
screenshot
screenshot

下載Twitter original images (miki-shirusi)擴展crx文件

下載Twitter original images (miki-shirusi)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 .                    

擴展基本資訊

名稱 Twitter original images (miki-shirusi) Twitter original images (miki-shirusi)
ID gngemdehcfeffjiifgpjedncfppnmcko
官方網址 https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko
簡介 Display the images in its original size on twitter.com when clicked tweet.
檔案大小 48.92 KB
安裝次數 373
目前版本 1.2
更新時間 2016-07-25
上架時間 2016-07-25
評分 5.00/5 共 5 次評分
開發者 http://mikiishijima.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}