Hyperweb

Hyperweb enhances search with fast previews, trusted sources, muting and filters with useful perspectives. 100% Open Source.

Hyperwebคืออะไร?

Hyperweb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hyperweb.app และคุณลักษณะหลักของมันคือ "Hyperweb enhances search with fast previews, trusted sources, muting and filters with useful perspectives. 100% Open Source."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyperweb

ดาวน์โหลดไฟล์ส่วนขยาย Hyperweb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FILTERS WITH BETTER PERSPECTIVES: Filter search results to perspectives you care about, e.g. to just a handful of sites, health sources doctors read, car insider forums, etc.

CREATE YOUR OWN FILTERS: Every filter can be fully customized and you can create your own filters from scratch. See our community curated collections of lenses at https://bazaar.insight.so/#desktop 

OPEN SOURCE AND PRIVATE: Hyperweb never sends any of your data to servers. It is also 100% open source. 

TRUSTED SOURCES: Mark sites you trust to have them feature more prominently in future searches and create a filter that searches only sources you trust.

MUTING: Hide results from sites you don't like in future searches.

FOR GROUPS: Companies and organizations can use Hyperweb together and share filters, blocklists and trusted site lists.

—

https://github.com/abhinavsharma/hypersearch                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hyperweb Hyperweb
ID feojagelicdlhnmldaiplbppfbolnnag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hyperweb/feojagelicdlhnmldaiplbppfbolnnag
คำอธิบาย Hyperweb enhances search with fast previews, trusted sources, muting and filters with useful perspectives. 100% Open Source.
ขนาดไฟล์ 1009 KB
จำนวนการติดตั้ง 583
เวอร์ชันปัจจุบัน 0.0.114
อัปเดตครั้งล่าสุด 2022-06-22
วันที่เผยแพร่ 2022-03-21
คะแนน 3.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://hyperweb.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hyperweb.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperweb",
    "description": "Hyperweb enhances search with fast previews, trusted sources, muting and filters with useful perspectives. 100% Open Source.",
    "version": "0.0.114",
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "*.html",
        "*.css"
    ],
    "icons": {
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/insight_content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "index.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "overwrite.css",
                "bundle.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/insight_background.js"
        ]
    },
    "browser_action": {
        "default_title": "Insight"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ]
}