twitthat

Share webpage to twitter easily.

什麼是twitthat?

twitthat是由http://twitthat.com開發的Chrome擴展程式,該擴展的主要功能是“Share webpage to twitter easily.”。

擴展截圖

screenshot

下載twitthat擴展crx文件

下載twitthat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        you can share current webpage to twitter immediately                    

擴展基本資訊

名稱 twitthat twitthat
ID kokfpkjjfkmedfmeekkjafelkgbjiehm
官方網址 https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm
簡介 Share webpage to twitter easily.
檔案大小 8.76 KB
安裝次數 106
目前版本 1.3.2
更新時間 2023-03-08
上架時間 2015-09-09
評分 4.17/5 共 6 次評分
開發者 http://twitthat.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://twitthat.com/privacy/
說明頁面URL https://twitthat.com/support/
隱私政策頁面URL https://twitthat.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "twitthat",
    "description": "Share webpage to twitter easily.",
    "version": "1.3.2",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/twitthat.com\/",
        "https:\/\/twitter.com\/",
        "https:\/\/api.twitter.com\/"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}