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 } |