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
电子邮箱 [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"
            ]
        }
    ]
}