Twitter Share

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

Wat is Twitter Share?

Twitter Share is een Chrome-extensie ontwikkeld door owaiskazi19, en de belangrijkste functie is "Allows you to share text,images,content,links,pages,etc. to your twitter account".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Twitter Share

Download Twitter Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Officiële URL https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Beschrijving Allows you to share text,images,content,links,pages,etc. to your twitter account
Bestandsgrootte 12.12 KB
Aantal Installaties 204
Huidige Versie 1.0
Laatst Bijgewerkt 2016-02-14
Publicatiedatum 2016-02-14
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar owaiskazi19
Betalingswijze free
Ondersteunde Talen 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"
    ]
}