Any BibTeX
Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
Any BibTeX क्या है?
Any BibTeX https://lilikovych.name द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Any BibTeX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Any BibTeX |
ID | pcneplpbjokfakcgcihplkaomiolelim |
आधिकारिक URL | https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim |
विवरण | Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website. |
फ़ाइल का आकार | 36.28 KB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2015-10-29 |
प्रकाशन तिथि | 2015-10-29 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://lilikovych.name |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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", "*:\/\/*\/*" ] } |