hacktweet
Extension that converts tweets to images then uploads them to pintrest
Что такое hacktweet?
hacktweet - это расширение Chrome, разработанное http://pintweet.net, и его основная функция - "Extension that converts tweets to images then uploads them to pintrest".
Скачать файл CRX расширения hacktweet
Скачайте файлы расширений hacktweet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds a pin button to tweets on your twitter feed.
Основная информация о расширении
Название | |
ID | hlahblglmppolnofchfdfbncpmiafkhl |
Официальный URL | https://chrome.google.com/webstore/detail/hacktweet/hlahblglmppolnofchfdfbncpmiafkhl |
Описание | Extension that converts tweets to images then uploads them to pintrest |
Размер файла | 57.56 KB |
Количество установок | 25 |
Текущая Версия | 1.24 |
Последнее Обновление | 2014-01-22 |
Дата публикации | 2014-01-22 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | http://pintweet.net |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hacktweet", "version": "1.24", "manifest_version": 2, "description": "Extension that converts tweets to images then uploads them to pintrest", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-1.10.2.min.js", "addButton.js", "such_ajax.js", "html2canvas.js", "twimgListener.js" ] } ], "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |