Seekr: AI-powered New Tab with Bard & ChatGPT

Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!

Seekr: AI-powered New Tab with Bard & ChatGPT là gì?

Seekr: AI-powered New Tab with Bard & ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi https://getseekr.com, và tính năng chính của nó là "Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seekr: AI-powered New Tab with Bard & ChatGPT

Tải xuống các tệp mở rộng Seekr: AI-powered New Tab with Bard & ChatGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Introducing Seekr, 
an AI-powered New Tab Chrome extension that revolutionizes the way you browse and research online. 

This game-changing innovative tool harnesses the power of cutting-edge AI technologies like Bard and ChatGPT, offering a comprehensive solution to your needs and much more!

Seekr is not just a tool, it's a smart all-in-one AI assistant that can prompt multiple engines and AI chatbots like ChatGPT, Bard, & Google, all in one go. 

Tired of wasting time switching between multiple AI chatbots & search engines- just to find a simple & effective solution that works for you? 
Say hello to Seekr, the ultimate AI-powered New Tab extension that streamlines your research and boosts your productivity like never before!

Just type in your query/prompt and Seekr will provide you with the best possible answers, perspectives, view-points, content, data, and information. 

But Seekr goes beyond just providing the best possible answers. 
It helps you build perspective and get a more 'complete' view of things. 
By getting data from multiple sources, you can see things from different angles & view-points, and make much better & informed decisions.

Whether you're researching for an important project or just browsing for leisure, Seekr enhances your online research quality, work quality, efficiency, effectiveness, and output. 

Key Features:

1. AI-Powered: Seekr leverages AI technologies like Bard and ChatGPT to provide a much more comprehensive output.
2. Powerful All-in-One Search Bar: Simultaneously search across multiple engines and AI chatbots like Google, ChatGPT, and Bard in one go. No more juggling between scattered browser tabs – everything you need is right at your fingertips!
3. Quality of Output: Seekr provides the best possible answers, insights, perspectives, content, & solutions to meet your needs. Seekr ensures you receive the most complete, accurate and relevant information to meet your requirements, leaving no room for errors, guesswork, mistakes, assumptions, or disinformation.
4. Builds Perspective: It empowers you to build perspective and get a more 'complete' view of things. It helps you expand your knowledge & understanding and make well-informed decisions with ease.
5. Supercharges your Productivity: By streamlining your research process, Seekr saves you valuable time and effort, allowing you to focus on what matters most. Seekr enhances your online research quality, work quality, efficiency, effectiveness, and output.

Who is Seekr for?
Smart working professionals love to use Seekr to take their work quality to new heights & gain a competitive edge! From content creation to market research to ideation, Seekr helps improve your work quality & accelerate your career growth.
Seekr is perfect for anyone who spends a good amount of time online, whether for work, business, study, career, or leisure. It's an ideal tool for working professionals, entrepreneurs, creators, researchers, writers, developers, students, learners, and anyone who values accurate, thorough, & comprehensive online research.
Disclaimer: we may use a tiny ad-banner to cover the project's production costs & keep the lights on. 

In a world where information is power, Seekr is your key to unlocking the full potential of the internet. 

Please note: Seekr AI New Tab Chrome extension & the website getseekr.com is in no way affiliated or related to seekr.com, which is a totally seperate entity.

Install Seekr today and experience the future of online browsing & research.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seekr: AI-powered New Tab with Bard & ChatGPT Seekr: AI-powered New Tab with Bard & ChatGPT
ID lpbeeifjlnlcohkeidehidmkgaakkbap
URL Chính Thức https://chromewebstore.google.com/detail/seekr-ai-powered-new-tab/lpbeeifjlnlcohkeidehidmkgaakkbap
Mô tả Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!
Kích Thước Tệp 633 KB
Số Lần Cài Đặt 819
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2023-08-07
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://getseekr.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getseekr.com/
URL Trang Trợ Giúp https://chrome.google.com/webstore/detail/lpbeeifjlnlcohkeidehidmkgaakkbap/support
URL Trang Chính Sách Bảo Mật https://browsebetter.io/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seekr: AI-powered New Tab with Bard & ChatGPT",
    "short_name": "Seekr: AI New Tab",
    "description": "Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!",
    "version": "1.1.7",
    "homepage_url": "https:\/\/getseekr.com",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/bard.js"
            ],
            "css": [
                "styles\/bard.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt.js"
            ],
            "css": [
                "styles\/chatgpt.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/backbutton.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.bing.com\/*"
            ],
            "js": [
                "js\/a_func.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "declarativeNetRequest",
        "storage",
        "topSites",
        "background",
        "favicon"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1a",
                "enabled": true,
                "path": "rule1a.json"
            },
            {
                "id": "ruleset_1b",
                "enabled": true,
                "path": "rule1b.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rule2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "rule3.json"
            },
            {
                "id": "rule_optional",
                "enabled": false,
                "path": "rule_optional.json"
            }
        ]
    },
    "icons": {
        "16": "ico\/32.png",
        "32": "ico\/32.png",
        "48": "ico\/64.png",
        "128": "ico\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.html",
                "*.css",
                "*.png",
                "*.svg",
                "*.jpg",
                "*.jpeg",
                "*.webp",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "author": "Seekr: AI New Tab",
    "background": {
        "service_worker": "js\/service.js"
    },
    "action": {
        "default_icon": {
            "16": "ico\/32.png",
            "32": "ico\/32.png",
            "48": "ico\/64.png",
            "128": "ico\/128.png"
        },
        "default_title": "Seekr: AI New Tab"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}