Sulwan
Sulwan
什麼是Sulwan?
Sulwan是由ahruf開發的Chrome擴展程式,該擴展的主要功能是“Sulwan”。
擴展截圖
下載Sulwan擴展crx文件
下載Sulwan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing Sulwan, a purpose-built extension that empowers Muslims to strengthen their bond with Allah and elevate their spiritual journey. By seamlessly integrating with your browsing experience. With Sulwan, every new tab becomes an opportunity for spiritual growth. As soon as you open a new tab, you'll be greeted with a meaningful Dhikr experience before your desired page loads. This intentional interruption serves as a gentle reminder to keep your tongue moist with the remembrance of Allah throughout your day.
擴展基本資訊
名稱 | Sulwan |
ID | lkgheeenookcoiodoejibikcdnbdfgpc |
官方網址 | https://chromewebstore.google.com/detail/sulwan/lkgheeenookcoiodoejibikcdnbdfgpc |
簡介 | Sulwan |
檔案大小 | 267 KB |
安裝次數 | 68 |
目前版本 | 1.0 |
更新時間 | 2023-07-19 |
上架時間 | 2023-07-18 |
評分 | 5.00/5 共 4 次評分 |
開發者 | ahruf |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://twitter.com/Sulwanbot |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sulwan", "version": "1.0", "description": "Sulwan", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "action_handlers": { "default": { "type": "popup" } } } |