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
Eメール [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"
}