Twitter image

Get the image on the twitter website with the original size.

Τι είναι το Twitter image;

Το Twitter image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wondoo Kang (a.k.a. Azyu), και η κύρια λειτουργία του είναι "Get the image on the twitter website with the original size.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Twitter image

Λήψη αρχείων επέκτασης Twitter image σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image.

[ FAQ ]
Q: I want to change download folder location!
A: Sorry. Not allowed by Chrome Web Browser API.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
Επίσημο URL https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
Περιγραφή Get the image on the twitter website with the original size.
Μέγεθος Αρχείου 16.85 KB
Αριθμός Εγκαταστάσεων 23,549
Τρέχουσα Έκδοση 0.33
Τελευταία Ενημέρωση 2019-07-20
Ημερομηνία Δημοσίευσης 2019-07-20
Αξιολόγηση 4.66/5 Συνολικά 108 Αξιολογήσεις
Προγραμματιστής Wondoo Kang (a.k.a. Azyu)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/_uyza_
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/eventListener.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*"
    ],
    "version": "0.33"
}