Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
Was ist Twitter social tooolkit?
Twitter social tooolkit ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to share text, images, content, links, page, etc to your twitter account".
Twitter social tooolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitter social tooolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account
Grundlegende Informationen zur Erweiterung
Name | Twitter social tooolkit |
ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
Offizielle URL | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
Beschreibung | Allows you to share text, images, content, links, page, etc to your twitter account |
Dateigröße | 4.71 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-09-21 |
Veröffentlichungsdatum | 2017-09-20 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |