Twitter Share

Allows you to share text,images,content,links,pages,etc. to your twitter account

What is Twitter Share?

Twitter Share is a Chrome extension developed by owaiskazi19, and its main feature is "Allows you to share text,images,content,links,pages,etc. to your twitter account".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter Share Extension CRX File

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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

Extension Basic Information

Name Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Official URL https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Description Allows you to share text,images,content,links,pages,etc. to your twitter account
File Size 12.12 KB
Installation Count 204
Current Version 1.0
Last Updated 2016-02-14
Publish Date 2016-02-14
Rating 1.00/5 Total 1 Ratings
Developer owaiskazi19
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}