Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
Vad är Twitter social tooolkit?
Twitter social tooolkit är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Allows you to share text, images, content, links, page, etc to your twitter account".
Ladda ner Twitter social tooolkit-förlängningens CRX-fil
Ladda ner Twitter social tooolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account Grundläggande Information om Tillägg
| Namn | |
| ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Beskrivning | Allows you to share text, images, content, links, page, etc to your twitter account |
| Filstorlek | 4.71 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-09-21 |
| Publiceringsdatum | 2017-09-20 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |