Genotify

This extension allows for in-text referencing of gene symbols.

Genotify란 무엇입니까?

Genotify은(는) Mo Alawi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows for in-text referencing of gene symbols."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Genotify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Googling a gene every few minutes just to get a basic summary gets old, doesn't it?

This extension alleviates that annoyance by allowing for convenient, in-text referencing of gene symbols. All you have to do is highlight a human gene symbol. The extension will then check Gencode 19 human gene annotations to determine the UniProt ID for the gene. Basic information such as the full gene name and protein function are pulled from the UniProtKB database and displayed in a small blurb above the highlighted gene symbol within about a second.

Source: https://github.com/melalawi/Genotify

E-mail Jared ([email protected]) or Mo ([email protected]) with comments, concerns, questions, or suggestions.

Thanks to UniProt and Gencode for existing:

The UniProt Consortium UniProt: a hub for protein information Nucleic Acids Res. 43: D204-D212 (2015).

GENCODE: the reference human genome annotation for The ENCODE Project. Harrow J et al. Genome research 2012;22;9;1760-74 PUBMED: 22955987; PMC: 3431492; DOI: 10.1101/gr.135350.111                    

확장 프로그램 기본 정보

이름 Genotify Genotify
ID mjlnpmhdfpdgcapoggcinelpooediipn
공식 URL https://chromewebstore.google.com/detail/genotify/mjlnpmhdfpdgcapoggcinelpooediipn
설명 This extension allows for in-text referencing of gene symbols.
파일 크기 564 KB
설치 횟수 323
현재 버전 1.1.0
최근 업데이트 2022-03-01
출시 날짜 2020-03-24
평점 5.00/5 총 3 개의 평점
개발자 Mo Alawi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://itsmo.me/
도움말 페이지 URL https://github.com/melalawi/Genotify
개인정보 보호 정책 페이지 URL https://ostrichtools.com/p/GlobalTwitchEmotes
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genotify",
    "short_name": "Genotify",
    "description": "This extension allows for in-text referencing of gene symbols.",
    "version": "1.1.0",
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/lib\/deferred.js",
            ".\/lib\/background.js",
            ".\/lib\/chromeBackground.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "data\/images\/loading.gif"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "data\/images\/Icon.png",
        "default_popup": "data\/html\/options.html",
        "default_title": "Genotify Options"
    }
}