Jarvis
Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…
Qu'est-ce que Jarvis ?
Jarvis est une extension Chrome développée par http://choosejarvis.com, et sa fonction principale est "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jarvis
Téléchargez les fichiers d'extension Jarvis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | gkgiipfobdlbeinehbhdgadhjncomefn |
URL Officiel | https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn |
Description | Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome… |
Taille du Fichier | 99.05 KB |
Nombre d'Installations | 233 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2016-07-06 |
Date de Publication | 2016-07-06 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | http://choosejarvis.com |
Type de Paiement | free |
Site Web de l'Extension | http://choosejarvis.com |
Langues Prises en Charge | 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 } |