Tweet Smart
Compose Auto Numbered Tweet Storms
Что такое Tweet Smart?
Tweet Smart - это расширение Chrome, разработанное Shashi Singh, и его основная функция - "Compose Auto Numbered Tweet Storms".
Снимки экрана расширения
Скачать файл CRX расширения Tweet Smart
Скачайте файлы расширений Tweet Smart в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
TweetSmart helps you compose automatically numbered tweet storms. When expressing your views on twitter, sometimes it takes a series of tweets rather than just one. Many people go about numbering their tweets 1/n,2/n... without knowing what n would eventually be. TweetSmart is a smart compose box which automatically breaks down your composition into tweets and numbers them and then tweets them as responses so that they appeared clubbed when your followers view them on their timeline.
Основная информация о расширении
Название | Tweet Smart |
ID | cidmafpjjhaajnpfefgfpnnalhkepppf |
Официальный URL | https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf |
Описание | Compose Auto Numbered Tweet Storms |
Размер файла | 942 KB |
Количество установок | 37 |
Текущая Версия | 1.7 |
Последнее Обновление | 2015-12-11 |
Дата публикации | 2015-12-10 |
Рейтинг | 4.10/5 Всего 10 оценок |
Разработчик | Shashi Singh |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://tweetsmart.in |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Smart", "description": "Compose Auto Numbered Tweet Storms", "author": "offered by Shashi Singh", "version": "1.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome_ex_oauth.js", "chrome_ex_oauthsimple.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "chrome_ex_oauth.html" ], "permissions": [ "activeTab", "storage", "https:\/\/api.twitter.com\/oauth\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |