Twitter Share Button

Share selected text from any website to Twitter

What is Twitter Share Button?

Twitter Share Button is a Chrome extension developed by Владимир Морин, and its main feature is "Share selected text from any website to Twitter".

Extension Screenshots

screenshot

Download Twitter Share Button Extension CRX File

Download Twitter Share Button 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 will be able to share information on the Internet with friends with a single click.                    

Extension Basic Information

Name Twitter Share Button Twitter Share Button
ID hkmmkblpaehhnmljcllnhfaieekjihni
Official URL https://chrome.google.com/webstore/detail/twitter-share-button/hkmmkblpaehhnmljcllnhfaieekjihni
Description Share selected text from any website to Twitter
File Size 24.54 KB
Installation Count 90
Current Version 1.0
Last Updated 2015-10-24
Publish Date 2015-10-24
Rating 5.00/5 Total 2 Ratings
Developer Владимир Морин
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Share selected text from any website to Twitter",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "name": "Twitter Share Button",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "version": "1.0",
    "browser_action": {
        "default_title": " Twitter Share Button",
        "default_icon": "16.png"
    }
}