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
官方URL 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
}