Twillus - Quick Image Preview for Twitter

Preview thumbnail images largely with the shift key.

Twillus - Quick Image Preview for Twitterとは何ですか?

Twillus - Quick Image Preview for TwitterはGarnet3106によって開発されたChromeの拡張機能で、その主な機能は「Preview thumbnail images largely with the shift key.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Twillus - Quick Image Preview for Twitter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        [v2.0.0 UPDATE]

* Rename Twitter Image Preview to Twillus.
* Add download button.
* Add maximum zoom on Ctrl + Shift + Cursor.
* Add shortcut feature on the menu.

Enlarge thumbnail images on Twitter!
All you have to do is to place the cursor over an image and press the shift key.
If you want to see the details, press Ctrl + Shift to turn on maximum zoom!

Useful menu items (shortcut key):
- Close preview (C)
- Open in a new tab (N)
- Quick download (D)
- Show help (H)

Please share this extension on Twitter if you like it!                    

拡張機能の基本情報

名前 Twillus - Quick Image Preview for Twitter Twillus - Quick Image Preview for Twitter
ID knpbokpcebojngoedkolnmnjghakiadp
公式URL https://chromewebstore.google.com/detail/twillus-quick-image-previ/knpbokpcebojngoedkolnmnjghakiadp
説明 Preview thumbnail images largely with the shift key.
ファイルサイズ 20.83 MB
インストール数 275
現在のバージョン 2.0.0
最終更新日 2022-01-25
公開日 2021-05-17
評価 4.20/5 合計 5 レビュー
開発者 Garnet3106
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/Garnet3106
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "lib\/img\/icons\/logo_16.png",
            "48": "lib\/img\/icons\/logo_48.png",
            "128": "lib\/img\/icons\/logo_128.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "lib\/img\/icons\/logo_16.png",
        "48": "lib\/img\/icons\/logo_48.png",
        "128": "lib\/img\/icons\/logo_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "version": "2.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "src\/tweets.css",
                "lib\/js\/drift-basic.min.css"
            ]
        }
    ]
}