ReaderQ Edu En

ReaderQ Edu En

Reduce plagiarism with selective copying, and paraphrase easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ReaderQ Edu En",
  "version": "1.0.9",
  "author": "Quillsoft",
  "description": "Reduce plagiarism with selective copying, and paraphrase easier.",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAseJw1erWkO2Z7WR1hkEIAWnHISzVcokYW+tiSgDdgVcLWuvU2L5R1wiCygIugsdl5E1Xi7OSjZ8lL0ywKuSybl2OHeBoQQ7Ti8s7tcjgCUx4oMv7ehAgS1vOxeSyVXI/ILCbHUppYeoo18Z5fTTEZrQ7QRUEvOuhj/hQTwRJ18tpJ9AUio4jqD/a2yeU1/IycpwZRdmJf49Zp7FBCN1p6tpR1vSUqiu1EL6C3h2XhZklypGvMdWIgJO402OjUhprybrFrSDCWtwNG2R89CskZ1NIHYSj2qFvdnv1zjatggjDKBX/do2EIUinQ8YrD5YSjf5g4achPCDRHohADc66iwIDAQAB",
  "permissions": [
    "activeTab",
    "storage",
    "alarms",
    "identity",
    "identity.email",
    "https://1q4all.com/*"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "assets/loader.gif",
    "content.css",
    "assets/ParagraphRule.mp3",
    "assets/SentenceRule.mp3",
    "assets/WordRule.mp3",
    "assets/listBullet.svg",
    "assets/FrenchRules/expressions.txt",
    "assets/FrenchRules/before_not_after.txt",
    "assets/FrenchRules/not_after.txt",
    "assets/FrenchRules/not_before_not_after.txt",
    "assets/FrenchRules/not_before.txt",
    "assets/imgs/ReaderQLicenseSplash.png",
    "assets/imgs/ReaderQLicenseSplashFR.png"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    },
    "default_title": "ReaderQ Edu"
  }
}