SEARCH PULSE

Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.

SEARCH PULSE란 무엇입니까?

SEARCH PULSE은(는) https://searchpulse.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Experience the web like never before with Search Pulse, the ultimate search engine. Don't miss out on the power of Search Pulse - download our extension today and redefine your search experience.

✅ By Clicking "Add to Chrome", I accept and agree to installing Search Pulse Extension and set Chrome New Tab search provider to Microsoft Bing, and setting new tab and Default Search to Search Pulse that provided by the service, Terms of Use and Privacy Policy.

Search Pulse Features: 
Attractive New Tab Design with Search Box.

Important Links:
Terms of Use - https://adlunar.com/terms
Privacy Policy - https://adlunar.com/privacy
About Us - https://adlunar.com/#about
Contact Us - https://adlunar.com/#contact                    

확장 프로그램 기본 정보

이름 SEARCH PULSE SEARCH PULSE
ID kjdlodidfcbfecbninhjnonpaieodmha
공식 URL https://chromewebstore.google.com/detail/search-pulse/kjdlodidfcbfecbninhjnonpaieodmha
설명 Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.
파일 크기 12.53 MB
설치 횟수 27
현재 버전 1.8
최근 업데이트 2023-12-19
출시 날짜 2023-06-27
평점 5.00/5 총 24 개의 평점
개발자 https://searchpulse.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchpulse.info
도움말 페이지 URL https://adlunar.com/#contact
개인정보 보호 정책 페이지 URL https://adlunar.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEARCH PULSE",
    "version": "1.8",
    "description": "Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.",
    "omnibox": {
        "keyword": "searchpulse",
        "description": "Search Pulse"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Pulse",
            "keyword": "sp",
            "search_url": "https:\/\/searchpulse.info\/search.php?q={searchTerms}",
            "favicon_url": "https:\/\/searchpulse.info\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}