Any BibTeX

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

What is Any BibTeX?

Any BibTeX is a Chrome extension developed by https://lilikovych.name, and its main feature is "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".

Extension Screenshots

screenshot

Download Any BibTeX Extension CRX File

Download Any BibTeX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Any BibTeX Any BibTeX
ID pcneplpbjokfakcgcihplkaomiolelim
Official URL https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim
Description Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
File Size 36.28 KB
Installation Count 191
Current Version 1.1.2
Last Updated 2015-10-29
Publish Date 2015-10-29
Rating 3.00/5 Total 1 Ratings
Developer https://lilikovych.name
Email [email protected]
Payment Type free
Supported Languages 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",
        "*:\/\/*\/*"
    ]
}