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 là gì?
Jarvis là một tiện ích mở rộng Chrome được phát triển bởi http://choosejarvis.com, và tính năng chính của nó là "Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jarvis
Tải xuống các tệp mở rộng Jarvis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkgiipfobdlbeinehbhdgadhjncomefn |
URL Chính Thức | https://chrome.google.com/webstore/detail/jarvis/gkgiipfobdlbeinehbhdgadhjncomefn |
Mô tả | Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome… |
Kích Thước Tệp | 99.05 KB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2016-07-06 |
Ngày Phát Hành | 2016-07-06 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://choosejarvis.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://choosejarvis.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |