Any BibTeX
Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
Hvad er Any BibTeX?
Any BibTeX er en Chrome-udvidelse udviklet af https://lilikovych.name, og dens hovedfunktion er "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.".
Udvidelsesskærmbilleder
Download Any BibTeX-udvidelses-CRX-fil
Download Any BibTeX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Any BibTeX |
ID | pcneplpbjokfakcgcihplkaomiolelim |
Officiel URL | https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim |
Beskrivelse | Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website. |
Filstørrelse | 36.28 KB |
Antal Installationer | 191 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2015-10-29 |
Udgivelsesdato | 2015-10-29 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | https://lilikovych.name |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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", "*:\/\/*\/*" ] } |