Twitter Large Images

Gets the large versions of images posted on Twitter.

Twitter Large Imagesとは何ですか?

Twitter Large ImagesはMike / マイクによって開発されたChromeの拡張機能で、その主な機能は「Gets the large versions of images posted on Twitter.」です。

拡張機能のスクリーンショット

screenshot

Twitter Large Images拡張機能のCRXファイルをダウンロード

Twitter Large Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ** Twitter Timeline Images **
Twitter stores images at different sizes. The "normal" size is up to 600x1200 pixels and when you save an image from Twitter, you will often get this normal size even if Twitter has a larger version. This can happen on your home timeline, on lists and on tweets with multiple images. This extension makes sure you always get the largest available version.

Note: this extension does not scale the images, but gets larger originals if they exist. It does nothing if Twitter is already giving you the largest available size (usually when you read someone else's account). Remember to zoom in on large images to see the full size.


** Usage **
The extension runs automatically. You can toggle it on and off by clicking its icon at the right of the address bar.

There are two ways to see the larger images:
- Drag and drop an image directly from timeline to a folder or the desktop (recommended)
- Right-click the image and select one of the "image" options, such as "Save image as..."

The problem with the second option is that Twitter changes the file names of large images to something like "Image.jpg:large". This means that files are often saved with a ".jpg-large" extension and you must rename to ".jpg". Unfortunately this is difficult to fix in an extension.
However, this problem does not affect drag-and-drop, nor the "Copy image" right-click menu option, so use those methods..


** Performance **
When the extension is first run, or when you toggle it, any open Twitter pages will be refreshed when you next view them. These refreshes are a bit slower than normal because it must clear the cache. However, after that Twitter will run normally. Of course you will be looking at larger images, so more data will be downloaded.


** Notes **
Links to twitter images from outside of twitter are also redirected but in rare cases you may need to refresh manually.
The extension needs to "Read your browsing history" because it needs to find which Twitter tabs you already have open.
Source code is here: https://github.com/mike-modoru/twitter-large-images

(This was done as a personal project, so there may be other issues, please report them.)                    

拡張機能の基本情報

名前 Twitter Large Images Twitter Large Images
ID jajkeadlaiibpkpnnihopfalndpfioag
公式URL https://chromewebstore.google.com/detail/twitter-large-images/jajkeadlaiibpkpnnihopfalndpfioag
説明 Gets the large versions of images posted on Twitter.
ファイルサイズ 38.65 KB
インストール数 3,213
現在のバージョン 1.0.2
最終更新日 2015-06-13
公開日 2015-06-13
評価 4.00/5 合計 33 レビュー
開発者 Mike / マイク
支払い方法 free
拡張機能のウェブサイト https://github.com/mike-modoru/twitter-large-images
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "16": "media\/icon_16.png",
        "32": "media\/icon_32.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "media\/icon_19.png",
            "38": "media\/icon_38.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pbs.twimg.com\/",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}