Any BibTeX

Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.

Any BibTeX là gì?

Any BibTeX là một tiện ích mở rộng Chrome được phát triển bởi https://lilikovych.name, và tính năng chính của nó là "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".

Ả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 Any BibTeX

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

                        Copies BibTeX reference on book from Google's bookstore. Also works for any another website. Code will be copied to clipboard automatically.

Key features:
* Includes "urldate" field with custom format;
* Google Books native support;
* IEEEXplore native support;
* Creates "@online" item for any another website.

More bookstores will be added soon.                    

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

Tên Any BibTeX Any BibTeX
ID pcneplpbjokfakcgcihplkaomiolelim
URL Chính Thức https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim
Mô tả Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
Kích Thước Tệp 36.28 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2015-10-29
Ngày Phát Hành 2015-10-29
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lilikovych.name
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "author": "Sergiy Lilikovych",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "30": "images\/icon30.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}