Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
Qu'est-ce que Twitter social tooolkit ?
Twitter social tooolkit est une extension Chrome développée par Unknown, et sa fonction principale est "Allows you to share text, images, content, links, page, etc to your twitter account".
Télécharger le fichier CRX de l'extension Twitter social tooolkit
Téléchargez les fichiers d'extension Twitter social tooolkit 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
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account
Informations de Base sur l'Extension
Nom | Twitter social tooolkit |
ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
URL Officiel | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
Description | Allows you to share text, images, content, links, page, etc to your twitter account |
Taille du Fichier | 4.71 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-09-21 |
Date de Publication | 2017-09-20 |
Développeur | Unknown |
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 social tooolkit", "description": "Allows you to share text, images, content, links, page, etc to your twitter account", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "64": "icon.png", "32": "icon.png", "16": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |