Twitter social tooolkit
Allows you to share text, images, content, links, page, etc to your twitter account
Что такое Twitter social tooolkit?
Twitter social tooolkit - это расширение Chrome, разработанное Unknown, и его основная функция - "Allows you to share text, images, content, links, page, etc to your twitter account".
Скачать файл CRX расширения Twitter social tooolkit
Скачайте файлы расширений Twitter social tooolkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account Основная информация о расширении
| Название | |
| ID | ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Официальный URL | https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma |
| Описание | Allows you to share text, images, content, links, page, etc to your twitter account |
| Размер файла | 4.71 KB |
| Количество установок | 11 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2017-09-21 |
| Дата публикации | 2017-09-20 |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |