BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
什么是BibTex It!?
BibTex It!是由https://zhengxu.work开发的Chrome扩展程序,该扩展的主要功能是“This extension gets your bibtex citation through your text selection within one-click.”。
扩展截图
下载BibTex It!扩展crx文件
下载BibTex It!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension gets your bibtex citation through your url or your text selection within one-click.
扩展基本信息
名称 | BibTex It! |
ID | hofkoiddldajhihgjbckeffpodeoockc |
官方URL | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc |
简介 | This extension gets your bibtex citation through your text selection within one-click. |
文件大小 | 8.76 KB |
安装次数 | 6,481 |
当前版本 | 1.1 |
更新时间 | 2016-09-24 |
上架时间 | 2016-09-24 |
评分 | 4.81/5 共16次评分 |
开发者 | https://zhengxu.work |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BibTex It!", "description": "This extension gets your bibtex citation through your text selection within one-click. ", "version": "1.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "https:\/\/scholar.google.com\/" ], "background": { "scripts": [ "js\/context.js" ] } } |