SangerboxNote
使用桑格笔记,获取更多期刊信息
Wat is SangerboxNote?
SangerboxNote is een Chrome-extensie ontwikkeld door 小潘, en de belangrijkste functie is "使用桑格笔记,获取更多期刊信息".
Extensie Screenshots
Download het CRX-bestand van de extensie SangerboxNote
Download SangerboxNote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
PubMed阅读伴侣,科研文献整理助手
高效,快速,全面阅读体验,安装浏览器插件即可使用
☞影响因子、预测影响因子、分区等信息快速获取
☞杂志精确检索、文献自定义排序、sci-hub全文链接
☞文献收藏、整理及备注功能 Basisinformatie over de Extensie
| Naam | |
| ID | hblcedloibomgfngblmmmaoddadbdonj |
| Officiële URL | https://chromewebstore.google.com/detail/sangerboxnote/hblcedloibomgfngblmmmaoddadbdonj |
| Beschrijving | 使用桑格笔记,获取更多期刊信息 |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 11,978 |
| Huidige Versie | 1.1.3 |
| Laatst Bijgewerkt | 2022-11-15 |
| Publicatiedatum | 2022-03-20 |
| Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | 小潘 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://note.sangerbox.com |
| Help Pagina-URL | http://note.sangerbox.com |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/sangerboxnote-privacy-policy |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SangerboxNote",
"description": "\u4f7f\u7528\u6851\u683c\u7b14\u8bb0\uff0c\u83b7\u53d6\u66f4\u591a\u671f\u520a\u4fe1\u606f",
"version": "1.1.3",
"manifest_version": 3,
"author": "\u5c0f\u6f58",
"icons": {
"16": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "SangerboxNote",
"default_icon": "img\/logo32.png"
},
"permissions": [
"tabs",
"cookies",
"contextMenus",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "js\/background.min.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/pubmed.ncbi.nlm.nih.gov\/*",
"https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
"http:\/\/ncbi.nlm.nih.gov\/pmc\/articles\/*",
"https:\/\/ncbi.nlm.nih.gov\/pmc\/articles\/*",
"http:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/*",
"https:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/*",
"*:\/\/*.edu.cn\/*"
],
"js": [
"js\/ncbi.min.js"
],
"css": [
"css\/style.min.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"http:\/\/pubmed.ncbi.nlm.nih.gov\/*",
"https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
"*:\/\/*.edu.cn\/*"
]
}
]
} | |