Productive Twitter

Minimal and friendly theme for productive social sharing

Productive Twitterとは何ですか?

Productive Twitterはsarah.drasnerによって開発されたChromeの拡張機能で、その主な機能は「Minimal and friendly theme for productive social sharing」です。

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

screenshot

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

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

拡張機能の使用方法

                        This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.                    

拡張機能の基本情報

名前 Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
公式URL https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
説明 Minimal and friendly theme for productive social sharing
ファイルサイズ 25.78 KB
インストール数 643
現在のバージョン 1.1.0
最終更新日 2020-10-18
公開日 2019-07-20
評価 4.95/5 合計 37 レビュー
開発者 sarah.drasner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sdras/productive-twitter
ヘルプページのURL https://github.com/sdras/productive-twitter/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Twitter",
    "version": "1.1.0",
    "description": "Minimal and friendly theme for productive social sharing",
    "short_name": "Productive Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}