BibTex It!

This extension gets your bibtex citation through your text selection within one-click.

BibTex It!란 무엇입니까?

BibTex It!은(는) https://zhengxu.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gets your bibtex citation through your text selection within one-click."입니다.

확장 프로그램 스크린샷

screenshot

BibTex It! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension gets your bibtex citation through your url or your text selection within one-click.                    

확장 프로그램 기본 정보

이름 BibTex It! BibTex It!
ID hofkoiddldajhihgjbckeffpodeoockc
공식 URL https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc
설명 This extension gets your bibtex citation through your text selection within one-click.
파일 크기 8.76 KB
설치 횟수 6,481
현재 버전 1.1
최근 업데이트 2016-09-24
출시 날짜 2016-09-24
평점 4.81/5 총 16 개의 평점
개발자 https://zhengxu.work
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BibTex It!",
    "description": "This extension gets your bibtex citation through your text selection within one-click. ",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/scholar.google.com\/"
    ],
    "background": {
        "scripts": [
            "js\/context.js"
        ]
    }
}