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 |
官方網址 | 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", "*:\/\/*\/*" ] } |