Any BibTeX
Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
Was ist Any BibTeX?
Any BibTeX ist eine Chrome-Erweiterung, die von https://lilikovych.name entwickelt wurde, und ihr Hauptmerkmal ist "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".
Erweiterungsscreenshots
Any BibTeX-Erweiterungs-CRX-Datei herunterladen
Laden Sie Any BibTeX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Any BibTeX |
ID | pcneplpbjokfakcgcihplkaomiolelim |
Offizielle URL | https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim |
Beschreibung | Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website. |
Dateigröße | 36.28 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2015-10-29 |
Veröffentlichungsdatum | 2015-10-29 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://lilikovych.name |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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", "*:\/\/*\/*" ] } |