Any BibTeX

Any BibTeX

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

Merlin
Additional files are visible only to premium users

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": {
    "30": "images/icon30.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "*://*/*"
  ]
}