├── LICENSE ├── README.md ├── chrome.manifest ├── chrome └── content │ ├── addPaper.js │ ├── addPaperDialog.html │ ├── options.html │ ├── options.js │ ├── overlay.xul │ ├── references.html │ └── semanticZotero.js └── install.rdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/README.md -------------------------------------------------------------------------------- /chrome.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome.manifest -------------------------------------------------------------------------------- /chrome/content/addPaper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/addPaper.js -------------------------------------------------------------------------------- /chrome/content/addPaperDialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/addPaperDialog.html -------------------------------------------------------------------------------- /chrome/content/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/options.html -------------------------------------------------------------------------------- /chrome/content/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/options.js -------------------------------------------------------------------------------- /chrome/content/overlay.xul: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/overlay.xul -------------------------------------------------------------------------------- /chrome/content/references.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/references.html -------------------------------------------------------------------------------- /chrome/content/semanticZotero.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/chrome/content/semanticZotero.js -------------------------------------------------------------------------------- /install.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgiNetz/semantic-zotero/HEAD/install.rdf --------------------------------------------------------------------------------