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
官方URL 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"
    }
}