Quest New Tab

Quest is a new tab page plugin that improves aggregated search. 1. Site Aggregation Search - Improve Search Efficiency. 2.…

Quest New Tab란 무엇입니까?

Quest New Tab은(는) carson.ux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quest is a new tab page plugin that improves aggregated search. 1. Site Aggregation Search - Improve Search Efficiency. 2.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quest New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quest is a new tab page plugin that improves aggregated search.


1. Site Aggregation Search - Improve Search Efficiency.
2. Customize Frequently Used Websites - Quick access to frequently used websites.
3. Customize the default search engine - set the default search engine, press Enter to quickly search.
4. Search content translation function - convenient search for foreign language content.
5. Bookmarks Easy Search - Find bookmarks easily.
6. A Picture of the Day Wallpaper - Learn about the scenery of a place in the world every day.
7. Local backup data function - easy migration without reconfiguration.                    

확장 프로그램 기본 정보

이름 Quest New Tab Quest New Tab
ID npkahnkhjkpehefpffpnkjpgpbkhpfia
공식 URL https://chromewebstore.google.com/detail/quest-new-tab/npkahnkhjkpehefpffpnkjpgpbkhpfia
설명 Quest is a new tab page plugin that improves aggregated search. 1. Site Aggregation Search - Improve Search Efficiency. 2.…
파일 크기 897 KB
설치 횟수 140
현재 버전 1.5.8
최근 업데이트 2024-02-19
출시 날짜 2021-12-12
평점 5.00/5 총 3 개의 평점
개발자 carson.ux
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://cute-yttrium-e22.notion.site/Quester-Privacy-Policy-9b87d7c0c7064d9e90fcf2a040686f22
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.5.8",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": "assets\/logo.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "bookmarks",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/chatgpt.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/zhiwubuyan.js"
            ],
            "matches": [
                "https:\/\/www.wearesellers.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/yiyan.js"
            ],
            "matches": [
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/claude.js"
            ],
            "matches": [
                "https:\/\/claude.ai\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/doubao.js"
            ],
            "matches": [
                "https:\/\/www.doubao.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/chatglm.js"
            ],
            "matches": [
                "https:\/\/chatglm.cn\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/tiangong.js"
            ],
            "matches": [
                "https:\/\/search.tiangong.cn\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/poe.js"
            ],
            "matches": [
                "https:\/\/poe.com\/Assistant\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/google-palm.js"
            ],
            "matches": [
                "https:\/\/poe.com\/Google-PaLM\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "js\/google-bard.js"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/bg.js"
        ]
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/oauth2.googleapis.com  https:\/\/accounts.google.com https:\/\/apis.google.com https:\/\/api.fanyi.baidu.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/cdn.mxpnl.com   'unsafe-eval' 'unsafe-inline';  object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "inject.js"
    ],
    "chrome_url_overrides": {
        "newtab": "quester.html#newTab"
    }
}