Meta-Press.es

Decentralized press meta-search engine

Co to jest Meta-Press.es?

Meta-Press.es to rozszerzenie Chrome opracowane przez www.meta-press.fr, a jego główną funkcją jest „Decentralized press meta-search engine”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Meta-Press.es

Pobierz pliki rozszerzeń Meta-Press.es w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Explore the press from your computer, with no middlemen between the newspapers and you. Discover millions of results within seconds, and explore the last ones in your browser via this WebExtension. Select your press review and export it in a few clicks.                    

Podstawowe informacje o rozszerzeniu

Nazwa Meta-Press.es Meta-Press.es
ID mknagjblcmbbofgibighnfajnnooeogj
Oficjalny URL https://chromewebstore.google.com/detail/meta-presses/mknagjblcmbbofgibighnfajnnooeogj
Opis Decentralized press meta-search engine
Rozmiar pliku 536 KB
Liczba instalacji 28
Aktualna Wersja 1.8.11
Ostatnia Aktualizacja 2023-08-09
Data Publikacji 2020-11-26
Deweloper www.meta-press.fr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.meta-press.es
Adres URL Strony Pomocy https://www.meta-press.es/pages/meta-press.es_documentation.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta-Press.es",
    "description": "Decentralized press meta-search engine",
    "version": "1.8.11",
    "homepage_url": "https:\/\/www.meta-press.es",
    "author": "Simon Descarpentries",
    "icons": {
        "64": "img\/favicon-metapress-v2.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "options_ui": {
        "page": "html\/settings.html"
    },
    "browser_action": {
        "default_icon": "img\/favicon-metapress-v2.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "dns"
    ],
    "optional_permissions": [
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "content_security_policy": "default-src 'self'; style-src 'self'; img-src 'self' http: https: data:; connect-src 'self' http: https:;"
}