Any BibTeX

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

Apa itu Any BibTeX?

Any BibTeX adalah ekstensi Chrome yang dikembangkan oleh https://lilikovych.name, dan fitur utamanya adalah "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Any BibTeX

Unduh file ekstensi Any BibTeX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Any BibTeX Any BibTeX
ID pcneplpbjokfakcgcihplkaomiolelim
URL Resmi https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim
Deskripsi Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
Ukuran File 36.28 KB
Jumlah Instalasi 191
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2015-10-29
Tanggal Publikasi 2015-10-29
Penilaian 3.00/5 Total 1 Penilaian
Pengembang https://lilikovych.name
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}