Hyperweb

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

Hyperweb क्या है?

Hyperweb 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Hyperweb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}