Wikipedia + Cochrane Library
Linking Wikipedia articles to Cochrane reviews
Wikipedia + Cochrane Libraryคืออะไร?
Wikipedia + Cochrane Library เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sciscanner.com และคุณลักษณะหลักของมันคือ "Linking Wikipedia articles to Cochrane reviews"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia + Cochrane Library
ดาวน์โหลดไฟล์ส่วนขยาย Wikipedia + Cochrane Library ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension activates when browsing Wikipedia. If the Wikipedia article which is being viewed is classified as a disease, then a list of relevant Cochrane reviews will be displayed. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cehpfefpnicpmejgidpkgeenapnfcakm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm |
| คำอธิบาย | Linking Wikipedia articles to Cochrane reviews |
| ขนาดไฟล์ | 143 KB |
| จำนวนการติดตั้ง | 145 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2019-09-08 |
| วันที่เผยแพร่ | 2019-09-07 |
| คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://sciscanner.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ajoorabchi/WP2Cochrane |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wikipedia + Cochrane Library",
"description": "Linking Wikipedia articles to Cochrane reviews",
"version": "1.1",
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
},
"page_action": {
"default_icon": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js",
"papaparse.min.js"
],
"persistent": false
},
"permissions": [
"tabs",
"activeTab",
"storage",
"declarativeContent"
]
} | |