NCBI RookieUI

A new fresh style for NCBI website

NCBI RookieUI là gì?

NCBI RookieUI là một tiện ích mở rộng Chrome được phát triển bởi peepanjacquet, và tính năng chính của nó là "A new fresh style for NCBI website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NCBI RookieUI

Tải xuống các tệp mở rộng NCBI RookieUI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NCBI RookieUI NCBI RookieUI
ID abpchaihggmpmpldeofeigihpmiejoba
URL Chính Thức https://chrome.google.com/webstore/detail/ncbi-rookieui/abpchaihggmpmpldeofeigihpmiejoba
Mô tả A new fresh style for NCBI website
Kích Thước Tệp 12.16 MB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2017-07-05
Ngày Phát Hành 2017-07-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển peepanjacquet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pierrejacquet/NCBI-RookieUI
Ngôn Ngữ Được Hỗ Trợ 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",
        "",
        "http:\/\/*\/",
        "http:\/\/example.com\/"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js",
        "content.js",
        "blue.css",
        "orange.css",
        "indigo.css",
        "green.css",
        "ROOKIEMAX.png"
    ],
    "icons": {
        "16": "ROOKIE16.png",
        "48": "ROOKIE48.png",
        "128": "ROOKIE128.png"
    }
}