Open All Trends

Opens all Twitter trends in a new tab with a single click.

什么是Open All Trends?

Open All Trends是由https://klivk.com开发的Chrome扩展程序,该扩展的主要功能是“Opens all Twitter trends in a new tab with a single click.”。

扩展截图

screenshot

下载Open All Trends扩展crx文件

下载Open All Trends扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.                    

扩展基本信息

名称 Open All Trends Open All Trends
ID dgomcbkojfbididkgeaildpcmoehpajo
官方URL https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo
简介 Opens all Twitter trends in a new tab with a single click.
文件大小 38.62 KB
安装次数 52
当前版本 1.0.0.3
更新时间 2013-02-10
上架时间 2013-02-10
开发者 https://klivk.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://serdar.work/chrome-extensions/privacy-policy.html
支持的语言 en,tr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/open-all-trends"
}