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…

什么是Reminders Tab?

Reminders Tab是由HIKMAH开发的Chrome扩展程序,该扩展的主要功能是“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…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reminders Tab扩展crx文件

下载Reminders Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reminders Tab Reminders Tab
ID hlalmipkolibhponfnlmlllbgaifkija
官方URL https://chromewebstore.google.com/detail/reminders-tab/hlalmipkolibhponfnlmlllbgaifkija
简介 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…
文件大小 602 KB
安装次数 704
当前版本 2.0.0
更新时间 2021-03-06
上架时间 2019-05-05
评分 5.00/5 共41次评分
开发者 HIKMAH
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://twitter.com/HikmahSupport
支持的语言 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"
    ]
}