Search URL on Twitter

Search how people mentioning about the page on Twitter

什麼是Search URL on Twitter?

Search URL on Twitter是由tnj開發的Chrome擴展程式,該擴展的主要功能是“Search how people mentioning about the page on Twitter”。

擴展截圖

screenshot

下載Search URL on Twitter擴展crx文件

下載Search URL on Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Search the page you are viewing on Twitter to see how people mentioning like, just a click away.                    

擴展基本資訊

名稱 Search URL on Twitter Search URL on Twitter
ID afpbehmhepnibneenbpakilpelfhlcld
官方網址 https://chromewebstore.google.com/detail/search-url-on-twitter/afpbehmhepnibneenbpakilpelfhlcld
簡介 Search how people mentioning about the page on Twitter
檔案大小 13.76 KB
安裝次數 47
目前版本 0.1.3
更新時間 2019-12-28
上架時間 2019-12-24
開發者 tnj
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search URL on Twitter",
    "version": "0.1.3",
    "description": "Search how people mentioning about the page on Twitter",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Search URL on Twitter",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}