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 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…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jarvis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Jarvis Jarvis
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
}