Share on Twitter

Share current tab, links and selected text on Twitter.

What is Share on Twitter?

Share on Twitter is a Chrome extension developed by https://browsernative.com, and its main feature is "Share current tab, links and selected text on Twitter.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Share on Twitter Extension CRX File

Download Share on Twitter 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

                        Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com.

Extension by BrowserNative. Not affiliated with or created by Twitter.                    

Extension Basic Information

Name Share on Twitter Share on Twitter
ID gkjgmeeoldebbdoehhngapnlfmdbmiie
Official URL https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie
Description Share current tab, links and selected text on Twitter.
File Size 13.29 KB
Installation Count 10,000
Current Version 2.1.2
Last Updated 2020-03-15
Publish Date 2020-03-13
Rating 4.37/5 Total 116 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/share-on-twitter/
Help Page URL https://browsernative.com/share-on-twitter/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Share on Twitter"
    },
    "description": "Share current tab, links and selected text on Twitter.",
    "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/",
    "icons": {
        "128": "static\/128.png",
        "16": "static\/16.png",
        "32": "static\/32.png",
        "48": "static\/48.png"
    },
    "manifest_version": 2,
    "name": "Share on Twitter",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "2.1.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    }
}