PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
PaperHiveคืออะไร?
PaperHive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paperhive.org และคุณลักษณะหลักของมันคือ "Get notified about discussions on PaperHive about the research article you're looking at."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PaperHive
ดาวน์โหลดไฟล์ส่วนขยาย 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", "*:\/\/*\/*" ] } |