Jarvis
Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…
Что такое Jarvis?
Jarvis - это расширение Chrome, разработанное http://choosejarvis.com, и его основная функция - "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".
Снимки экрана расширения
Скачать файл CRX расширения Jarvis
Скачайте файлы расширений Jarvis в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome extension to re-share popular links from social networks with a single click. The extension is less than 100kb -- the size of a small picture -- so it won't slow down your web browsing experience at all!
Основная информация о расширении
Название | |
ID | gkgiipfobdlbeinehbhdgadhjncomefn |
Официальный URL | https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn |
Описание | Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome… |
Размер файла | 99.05 KB |
Количество установок | 233 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2016-07-06 |
Дата публикации | 2016-07-06 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | http://choosejarvis.com |
Тип оплаты | free |
Официальный сайт расширения | http://choosejarvis.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jarvis", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Share this page with Jarvis" }, "description": "", "version": "0.0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "images\/icon128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery-2.1.1.min.js" ] }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jarvis-facebook.js" ], "css": [ "css\/jarvis-facebook.css" ] }, { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "js\/jarvis-reddit.js" ] }, { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "exclude_matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "js\/jarvis-twitter.js" ], "css": [ "css\/jarvis-twitter.css" ] } ], "manifest_version": 2 } |