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. 擴展基本資訊
| 名稱 | |
| ID | hofkoiddldajhihgjbckeffpodeoockc |
| 官方網址 | 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"
]
}
} | |