Quote Tweet Viewer

Adds a “see quote tweets” button to Twitter.

Τι είναι το Quote Tweet Viewer;

Το Quote Tweet Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον charlie.r.smart, και η κύρια λειτουργία του είναι "Adds a “see quote tweets” button to Twitter.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Quote Tweet Viewer

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

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

                        This extension adds a “see quote tweets” button to tweets on Twitter. Clicking the button will open a new tab with a pre-filled search for all quote retweets for the original tweet.

Quote icon used on tweets via Recep Kutuk.                    

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

Όνομα Quote Tweet Viewer Quote Tweet Viewer
ID akbjcbkanlkcpcejcohppnpcecngjghc
Επίσημο URL https://chromewebstore.google.com/detail/quote-tweet-viewer/akbjcbkanlkcpcejcohppnpcecngjghc
Περιγραφή Adds a “see quote tweets” button to Twitter.
Μέγεθος Αρχείου 18.39 KB
Αριθμός Εγκαταστάσεων 207
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2019-04-05
Ημερομηνία Δημοσίευσης 2019-04-04
Προγραμματιστής charlie.r.smart
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quote Tweet Viewer",
    "description": "Adds a \u201csee quote tweets\u201d button to Twitter.",
    "version": "0.1.1",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "tweet.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    }
}