Easy BibTex Generator

Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.

Easy BibTex Generator là gì?

Easy BibTex Generator là một tiện ích mở rộng Chrome được phát triển bởi Alireza Ghasemi, và tính năng chính của nó là "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.".

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

screenshot

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

Tải xuống các tệp mở rộng Easy BibTex Generator 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

                                            

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

Tên Easy BibTex Generator Easy BibTex Generator
ID nfggodmmmphgdlhkeiifancagoklaiea
URL Chính Thức https://chromewebstore.google.com/detail/easy-bibtex-generator/nfggodmmmphgdlhkeiifancagoklaiea
Mô tả Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2015-02-10
Ngày Phát Hành 2015-02-10
Đánh Giá 2.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alireza Ghasemi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy BibTex Generator",
    "version": "0.4",
    "description": "Easily and conveniently have the BibTex representation of a paper in your hand. No sequential clicks anymore.",
    "background": {
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.mobile-1.4.5.min.js",
            "js\/background.js",
            "js\/gcookie.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "This URL represents a paper. Click the icon to see its BibTex representation.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}