13TABS

13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.

13TABS란 무엇입니까?

13TABS은(는) https://13tabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        13TABS, India's search engine that respects your privacy & helps to prevent the spread of fake-news.
At 13TABS, we do not store your search history and browsing behavior. With the help of 13TABS fact-checking tool, you can fact-check viral social media posts or news.
This extension will make privacy respecting 13TABS, your default search engine.                    

확장 프로그램 기본 정보

이름 13TABS 13TABS
ID cffbikjbdjlafdhlfkegmojlelpgmglb
공식 URL https://chromewebstore.google.com/detail/13tabs/cffbikjbdjlafdhlfkegmojlelpgmglb
설명 13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.
파일 크기 8.92 KB
설치 횟수 44
현재 버전 0.1
최근 업데이트 2021-06-15
출시 날짜 2021-06-13
평점 5.00/5 총 2 개의 평점
개발자 https://13tabs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.13tabs.com
도움말 페이지 URL https://www.13tabs.com/contact-us/
개인정보 보호 정책 페이지 URL https://www.13tabs.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "13TABS",
    "version": "0.1",
    "manifest_version": 2,
    "description": "13TABS is a search engine that respects your privacy & helps to prevent the spread of fake-news.",
    "browser_action": {
        "default_icon": "resources\/search.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.13tabs.com\/favicon.ico",
            "is_default": true,
            "keyword": "13tabs.com",
            "name": "13TABS",
            "search_url": "https:\/\/www.13tabs.com\/search\/?p=web&so=tt&q={searchTerms}"
        }
    },
    "permissions": []
}