Idea Rover Plugin
This extension will help you collect data for Idea Rover application.
What is Idea Rover Plugin?
Idea Rover Plugin is a Chrome extension developed by Reticent Software, and its main feature is "This extension will help you collect data for Idea Rover application.".
Extension Screenshots
Download Idea Rover Plugin Extension CRX File
Download Idea Rover Plugin 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
Idea Rover www.idearover.com allows to retrieve relevant information for your college essay, research paper, term paper, literature review, research proposal, Master’s thesis, or Ph. D. dissertation avoiding plagiarism and getting new tangible results.
Extension Basic Information
Name | Idea Rover Plugin |
ID | khmlgilmdjjafhbafmhjchjihahkbbkd |
Official URL | https://chromewebstore.google.com/detail/idea-rover-plugin/khmlgilmdjjafhbafmhjchjihahkbbkd |
Description | This extension will help you collect data for Idea Rover application. |
File Size | 385 KB |
Installation Count | 342 |
Current Version | 1.1 |
Last Updated | 2017-01-18 |
Publish Date | 2017-01-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Reticent Software |
Payment Type | free |
Extension Website | http://www.idearover.com |
Help Page URL | http://www.idearover.com/contact.htm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Idea Rover Plugin", "description": "This extension will help you collect data for Idea Rover application.", "version": "1.1", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ] } ] } |