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 |
电子邮箱 | [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", "*:\/\/*\/*" ] } |