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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview thumbnail images largely with the shift key."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twillus - Quick Image Preview for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        [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"
            ]
        }
    ]
}