change: plugin name
This commit is contained in:
parent
6bb40125c8
commit
cb34a21f2b
|
|
@ -1,4 +1,4 @@
|
|||
# Zotero Better Notes
|
||||
# Better Notes for Zotero
|
||||
|
||||
[](https://www.zotero.org)
|
||||
[](https://github.com/windingwind/zotero-plugin-template)
|
||||
|
|
@ -256,7 +256,7 @@ Use this code under AGPL. No warranties are provided. Keep the laws of your loca
|
|||
|
||||
## 🔎 My Zotero Plugins
|
||||
|
||||
- [zotero-pdf-translate](https://github.com/windingwind/zotero-pdf-translate): PDF translation for Zotero
|
||||
- [Translate for Zotero](https://github.com/windingwind/zotero-pdf-translate): PDF translation for Zotero
|
||||
- [zotero-pdf-preview](https://github.com/windingwind/zotero-tag): PDF preview for Zotero
|
||||
- [zotero-tag](https://github.com/windingwind/zotero-tag): Automatically tag items/Batch tagging
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"version": "__buildVersion__",
|
||||
"description": "__description__",
|
||||
"author": "__author__",
|
||||
"homepage_url": "__homepage__",
|
||||
"icons": {
|
||||
"48": "chrome/content/icons/favicon@0.5x.png",
|
||||
"96": "chrome/content/icons/favicon.png"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.1.4-5",
|
||||
"description": "Everything about note management. All in Zotero.",
|
||||
"config": {
|
||||
"addonName": "Zotero Better Notes",
|
||||
"addonName": "Better Notes for Zotero",
|
||||
"addonID": "Knowledge4Zotero@windingwind.com",
|
||||
"addonRef": "BetterNotes",
|
||||
"prefsPrefix": "extensions.zotero.Knowledge4Zotero",
|
||||
|
|
|
|||
Loading…
Reference in New Issue