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によって開発されたChromeの拡張機能で、その主な機能は「Jarvis is the fastest way to find, plan, and post content proven to be engaging on Facebook and Twitter. Use the Jarvis Chrome…」です。
拡張機能のスクリーンショット
Jarvis拡張機能のCRXファイルをダウンロード
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!
拡張機能の基本情報
名前 | |
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 } |