Twitter Share
Allows you to share text,images,content,links,pages,etc. to your twitter account
Qu'est-ce que Twitter Share ?
Twitter Share est une extension Chrome développée par owaiskazi19, et sa fonction principale est "Allows you to share text,images,content,links,pages,etc. to your twitter account".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Share
Téléchargez les fichiers d'extension Twitter Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Twitter Share |
ID | oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
URL Officiel | https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
Description | Allows you to share text,images,content,links,pages,etc. to your twitter account |
Taille du Fichier | 12.12 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-02-14 |
Date de Publication | 2016-02-14 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | owaiskazi19 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |