Sulwan

Sulwan

Sulwan란 무엇입니까?

Sulwan은(는) ahruf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sulwan"입니다.

확장 프로그램 스크린샷

screenshot

Sulwan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Sulwan
ID lkgheeenookcoiodoejibikcdnbdfgpc
공식 URL 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"
        }
    }
}