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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Garnet3106, και η κύρια λειτουργία του είναι "Preview thumbnail images largely with the shift key.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twillus - Quick Image Preview for Twitter

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}