Quote Tweet Viewer

Adds a “see quote tweets” button to Twitter.

什麼是Quote Tweet Viewer?

Quote Tweet Viewer是由charlie.r.smart開發的Chrome擴展程式,該擴展的主要功能是“Adds a “see quote tweets” button to Twitter.”。

擴展截圖

screenshot
screenshot

下載Quote Tweet Viewer擴展crx文件

下載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
官方網址 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"
    }
}