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

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}