Idea Rover Plugin

This extension will help you collect data for Idea Rover application.

Idea Rover Plugin란 무엇입니까?

Idea Rover Plugin은(는) Reticent Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you collect data for Idea Rover application."입니다.

확장 프로그램 스크린샷

screenshot

Idea Rover Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Idea Rover Plugin Idea Rover Plugin
ID khmlgilmdjjafhbafmhjchjihahkbbkd
공식 URL https://chromewebstore.google.com/detail/idea-rover-plugin/khmlgilmdjjafhbafmhjchjihahkbbkd
설명 This extension will help you collect data for Idea Rover application.
파일 크기 385 KB
설치 횟수 342
현재 버전 1.1
최근 업데이트 2017-01-18
출시 날짜 2017-01-18
평점 5.00/5 총 2 개의 평점
개발자 Reticent Software
결제 유형 free
확장 프로그램 웹 사이트 http://www.idearover.com
도움말 페이지 URL http://www.idearover.com/contact.htm
지원되는 언어 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"
            ]
        }
    ]
}