Quote Tweet Viewer

Adds a “see quote tweets” button to Twitter.

Cos'è Quote Tweet Viewer?

Quote Tweet Viewer è un'estensione di Chrome sviluppata da charlie.r.smart, e la sua funzione principale è "Adds a “see quote tweets” button to Twitter.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quote Tweet Viewer

Scarica i file di estensione Quote Tweet Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quote Tweet Viewer Quote Tweet Viewer
ID akbjcbkanlkcpcejcohppnpcecngjghc
URL Ufficiale https://chromewebstore.google.com/detail/quote-tweet-viewer/akbjcbkanlkcpcejcohppnpcecngjghc
Descrizione Adds a “see quote tweets” button to Twitter.
Dimensione del File 18.39 KB
Conteggio Installazioni 207
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-04-05
Data di Pubblicazione 2019-04-04
Sviluppatore charlie.r.smart
Tipo di Pagamento free
Lingue Supportate 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"
    }
}