NCBI RookieUI
A new fresh style for NCBI website
NCBI RookieUI란 무엇입니까?
NCBI RookieUI은(는) peepanjacquet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new fresh style for NCBI website"입니다.
확장 프로그램 스크린샷
NCBI RookieUI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NCBI RookieUI is a browser extension that give an updated graphic style to the NCBI website. The articles are clearer and more pleasant to read. For now, the extension has 4 color themes that you can choose according to your preferences.
The extension can receive frequent updates based on the changes NCBI brings to its site.
I really hope you will like it and that you can help me with your feedback.
RookieUI is not developed by NCBI.
Version 0.1.2:
-Added Feedback Button 확장 프로그램 기본 정보
| 이름 | |
| ID | abpchaihggmpmpldeofeigihpmiejoba |
| 공식 URL | https://chrome.google.com/webstore/detail/ncbi-rookieui/abpchaihggmpmpldeofeigihpmiejoba |
| 설명 | A new fresh style for NCBI website |
| 파일 크기 | 12.16 MB |
| 설치 횟수 | 96 |
| 현재 버전 | 0.1.2 |
| 최근 업데이트 | 2017-07-05 |
| 출시 날짜 | 2017-07-05 |
| 평점 | 5.00/5 총 4 개의 평점 |
| 개발자 | peepanjacquet |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/pierrejacquet/NCBI-RookieUI |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NCBI RookieUI",
"version": "0.1.2",
"description": "A new fresh style for NCBI website",
"author": "Pierre JACQUET",
"page_action": {
"default_icon": "ROOKIE16.png"
},
"homepage_url": "https:\/\/github.com\/pierrejacquet\/NCBI-RookieUI",
"content_scripts": [
{
"css": [
"styles.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
],
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/*"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/gene\/*"
],
"css": [
"styles.css",
"stylegene.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/nuccore\/*"
],
"css": [
"styles.css",
"stylegene.css",
"stylenucore.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/assembly\/*"
],
"css": [
"styles.css",
"styleassembly.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/biocollections\/*"
],
"css": [
"styles.css",
"stylebiocollections.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/bioproject\/*"
],
"css": [
"styles.css",
"stylebioproject.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/biosample\/*"
],
"css": [
"styles.css",
"stylebiosample.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/biosystems\/*"
],
"css": [
"styles.css",
"stylebiosystems.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/books\/*"
],
"css": [
"styles.css",
"stylebooks.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/genome\/*"
],
"css": [
"styles.css",
"stylegenome.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/gtr\/*"
],
"css": [
"styles.css",
"stylegtr.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/medgen\/*"
],
"css": [
"styles.css",
"stylemedgen.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/pubmedhealth\/*"
],
"css": [
"styles.css",
"stylepubmedhealth.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/gquery\/*"
],
"css": [
"styles.css",
"stylegquery.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/IEB\/ToolBox\/*"
],
"css": [
"styles.css",
"styletoolkit.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/projects\/SNP\/*"
],
"css": [
"styles.css",
"styleSNP.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/Structure\/sparcle\/*"
],
"css": [
"styles.css",
"stylesparcle.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/sra\/*"
],
"css": [
"styles.css",
"stylesra.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/structure\/*",
"https:\/\/www.ncbi.nlm.nih.gov\/Structure\/pdb\/*"
],
"css": [
"styles.css",
"styleStructure.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/Taxonomy\/*"
],
"css": [
"styles.css",
"styletaxonomy.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
},
{
"matches": [
"https:\/\/www.ncbi.nlm.nih.gov\/UniGene\/*"
],
"css": [
"styles.css",
"styleunigene.css",
"font-awesome.min.css"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
]
}
],
"permissions": [
"tabs",
" | |