Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Tab", "description": "Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.", "version": "3.3.0", "manifest_version": 3, "permissions": [ "notifications", "alarms", "offscreen" ], "host_permissions": [ "https:\/\/api.alquran.cloud\/*", "https:\/\/*.islamic.network\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": { "128": "icon128.png" } }, "chrome_url_overrides": { "newtab": "index.html" } }