Reminders Tab
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…
What is Reminders Tab?
Reminders Tab is a Chrome extension developed by HIKMAH, and its main feature is "Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new…".
Extension Screenshots
Download Reminders Tab Extension CRX File
Download Reminders Tab 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
Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new tab. Now also manage your day with a todo list.
Extension Basic Information
Name | Reminders Tab |
ID | hlalmipkolibhponfnlmlllbgaifkija |
Official URL | https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija |
Description | Replace your default new tab with something more beneficial. View a Hadith or a verse from the Qur'an every time you open a new… |
File Size | 602 KB |
Installation Count | 704 |
Current Version | 2.0.0 |
Last Updated | 2021-03-06 |
Publish Date | 2019-05-05 |
Rating | 5.00/5 Total 41 Ratings |
Developer | HIKMAH |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/HikmahSupport |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminders Tab", "description": "", "version": "2.0.0", "author": "HIKMAH", "browser_action": { "default_icon": "gold.jpg", "default_title": "The reminders tab" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/use.fontawesome.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [ "storage", "activeTab" ] } |