Quote Tweet Viewer

Adds a “see quote tweets” button to Twitter.

Quote Tweet Viewer क्या है?

Quote Tweet Viewer charlie.r.smart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a “see quote tweets” button to Twitter."।

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

screenshot
screenshot

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

crx प्रारूप में Quote Tweet Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

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