PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
PaperHiveとは何ですか?
PaperHiveはhttps://paperhive.orgによって開発されたChromeの拡張機能で、その主な機能は「Get notified about discussions on PaperHive about the research article you're looking at.」です。
拡張機能のスクリーンショット
PaperHive拡張機能のCRXファイルをダウンロード
PaperHive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is developed at https://github.com/paperhive/paperhive-webextension.
拡張機能の基本情報
名前 | |
ID | fihafdlllifbanclcjljledeifcdjbok |
公式URL | https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok |
説明 | Get notified about discussions on PaperHive about the research article you're looking at. |
ファイルサイズ | 2.59 MB |
インストール数 | 25 |
現在のバージョン | 1.3.2 |
最終更新日 | 2016-07-19 |
公開日 | 2016-07-19 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://paperhive.org |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3.2", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "PaperHive", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "webRequest", "webNavigation", "activeTab", "*:\/\/*\/*" ] } |