twitthat

Share webpage to twitter easily.

What is twitthat?

twitthat is a Chrome extension developed by http://twitthat.com, and its main feature is "Share webpage to twitter easily.".

Extension Screenshots

screenshot

Download twitthat Extension CRX File

Download twitthat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        you can share current webpage to twitter immediately                    

Extension Basic Information

Name twitthat twitthat
ID kokfpkjjfkmedfmeekkjafelkgbjiehm
Official URL https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm
Description Share webpage to twitter easily.
File Size 8.76 KB
Installation Count 106
Current Version 1.3.2
Last Updated 2023-03-08
Publish Date 2015-09-09
Rating 4.17/5 Total 6 Ratings
Developer http://twitthat.com
Email [email protected]
Payment Type free
Extension Website https://twitthat.com/privacy/
Help Page URL https://twitthat.com/support/
Privacy Policy Page URL https://twitthat.com
Supported Languages 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"
    }
}