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によって開発されたChromeの拡張機能で、その主な機能は「Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.」です。
拡張機能のスクリーンショット
Any BibTeX拡張機能のCRXファイルをダウンロード
Any BibTeX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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", "*:\/\/*\/*" ] } |