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
官方網址 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"
    ]
}