Acad.Bot
Intelligent bot for paper recommendation and search
What is Acad.Bot?
Acad.Bot is a Chrome extension developed by wsdm.ict, and its main feature is "Intelligent bot for paper recommendation and search".
Extension Screenshots
Download Acad.Bot Extension CRX File
Download Acad.Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Acad.Bot
Extension Basic Information
Name | |
ID | jpanbfhjgggoffidmmpbgdngjcninkbp |
Official URL | https://chrome.google.com/webstore/detail/jpanbfhjgggoffidmmpbgdngjcninkbp |
Description | Intelligent bot for paper recommendation and search |
File Size | 104 KB |
Installation Count | 128 |
Current Version | 2.3.2 |
Last Updated | 2017-01-03 |
Publish Date | 2017-01-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | wsdm.ict |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Acad.Bot", "description": "Intelligent bot for paper recommendation and search", "version": "2.3.2", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_title": "Acad.Bot", "default_icon": "images\/icon48grey.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-2.2.4.min.js", "js\/common.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "http:\/\/www.bigdatalab.ac.cn\/recom\/", "background", "cookies" ] } |