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
官方網址 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
電子郵箱 [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"
        }
    }
}