Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
Wat is Twitter social tooolkit?
Twitter social tooolkit is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allows you to share text, images, content, links, page, etc to your twitter account".
Download het CRX-bestand van de extensie Twitter social tooolkit
Download Twitter social tooolkit-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
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account Basisinformatie over de Extensie
| Naam | |
| ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Beschrijving | Allows you to share text, images, content, links, page, etc to your twitter account |
| Bestandsgrootte | 4.71 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-09-21 |
| Publicatiedatum | 2017-09-20 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |