Jarvis

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

Cos'è Jarvis?

Jarvis è un'estensione di Chrome sviluppata da http://choosejarvis.com, e la sua funzione principale è "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Jarvis

Scarica i file di estensione Jarvis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Jarvis Jarvis
ID gkgiipfobdlbeinehbhdgadhjncomefn
URL Ufficiale https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn
Descrizione Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…
Dimensione del File 99.05 KB
Conteggio Installazioni 233
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-07-06
Data di Pubblicazione 2016-07-06
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore http://choosejarvis.com
Tipo di Pagamento free
Sito Web dell'Estensione http://choosejarvis.com
Lingue Supportate 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
}