Jarvis

Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…

Wat is Jarvis?

Jarvis is een Chrome-extensie ontwikkeld door http://choosejarvis.com, en de belangrijkste functie is "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jarvis

Download Jarvis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Jarvis Jarvis
ID gkgiipfobdlbeinehbhdgadhjncomefn
Officiële URL https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn
Beschrijving Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…
Bestandsgrootte 99.05 KB
Aantal Installaties 233
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-07-06
Publicatiedatum 2016-07-06
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://choosejarvis.com
Betalingswijze free
Extensiewebsite http://choosejarvis.com
Ondersteunde Talen 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
}