rettiwt

An alternate interface for Twitter you will never get from Twitter

rettiwtとは何ですか?

rettiwtはeによって開発されたChromeの拡張機能で、その主な機能は「An alternate interface for Twitter you will never get from Twitter」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

rettiwt拡張機能のCRXファイルをダウンロード

rettiwt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An alternate Twitter interface                    

拡張機能の基本情報

名前 rettiwt rettiwt
ID mjhegfkkhbffdcldbjinioplljhhikla
公式URL https://chrome.google.com/webstore/detail/rettiwt/mjhegfkkhbffdcldbjinioplljhhikla
説明 An alternate interface for Twitter you will never get from Twitter
ファイルサイズ 41.77 KB
インストール数 55
現在のバージョン 1.0
最終更新日 2017-02-06
公開日 2017-02-06
評価 3.75/5 合計 4 レビュー
開発者 e
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rettiwt",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An alternate interface for Twitter you will never get from Twitter",
    "web_accessible_resources": [
        "theme.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/"
            ],
            "js": [
                "jquery.min.js",
                "headroom.min.js",
                "jQuery.headroom.js",
                "contentscript.js"
            ],
            "css": [
                "main.css",
                "theme.css"
            ]
        }
    ]
}