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. 扩展基本信息
| 名称 | |
| 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",
"*:\/\/*\/*"
]
} | |