Tweeter
Tweet directly from your browser bar
Что такое Tweeter?
Tweeter - это расширение Chrome, разработанное https://wegnerdesign.com, и его основная функция - "Tweet directly from your browser bar".
Снимки экрана расширения
Скачать файл CRX расширения Tweeter
Скачайте файлы расширений Tweeter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
No funny business tweet button. All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet. I don't track you. I don't automatically enter text for you. I don't make you follow me.
Just tweet stuff.
If you've got bugs, please leave a review with some details of what's going wrong.
If you've got feature requests, please go find another twitter extension and post them there. When I say "No funny business", I mean it. This app lets you send tweets. That's it. Nothing more. Move along. Основная информация о расширении
| Название | |
| ID | mneicboilaibkfhoealhcglboiabhodb |
| Официальный URL | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb |
| Описание | Tweet directly from your browser bar |
| Размер файла | 257 KB |
| Количество установок | 3,323 |
| Текущая Версия | 0.6.1 |
| Последнее Обновление | 2012-07-05 |
| Дата публикации | 2012-07-05 |
| Рейтинг | 4.20/5 Всего 109 оценок |
| Разработчик | https://wegnerdesign.com |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.wegnerdesign.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tweeter",
"version": "0.6.1",
"manifest_version": 2,
"permissions": [
"tabs",
"https:\/\/twitter.com\/intent\/tweet"
],
"description": "Tweet directly from your browser bar",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"96": "icon96.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |