NCERT Books

NCERT Books

NCERT Books extension is a helpful tool for download NCERT textbooks of all subjects for class I-XII in Hindi, English & Urdu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NCERT Books",
  "version": "1.0",
  "description": "NCERT Books extension is a helpful tool for download NCERT textbooks of all subjects for class I-XII in Hindi, English & Urdu",
  "browser_action": {
    "default_icon": {
      "16": "ncert-books.png",
      "32": "ncert-books.png",
      "48": "ncert-books.png",
      "128": "ncert-books.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "ncert-books.png",
    "32": "ncert-books.png",
    "48": "ncert-books.png",
    "128": "ncert-books.png"
  },
  "manifest_version": 2
}