Meta-Press.es

Decentralized press meta-search engine

Meta-Press.esとは何ですか?

Meta-Press.esはwww.meta-press.frによって開発されたChromeの拡張機能で、その主な機能は「Decentralized press meta-search engine」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Meta-Press.es拡張機能のCRXファイルをダウンロード

Meta-Press.es拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Meta-Press.es Meta-Press.es
ID mknagjblcmbbofgibighnfajnnooeogj
公式URL https://chromewebstore.google.com/detail/meta-presses/mknagjblcmbbofgibighnfajnnooeogj
説明 Decentralized press meta-search engine
ファイルサイズ 536 KB
インストール数 28
現在のバージョン 1.8.11
最終更新日 2023-08-09
公開日 2020-11-26
開発者 www.meta-press.fr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.meta-press.es
ヘルプページのURL https://www.meta-press.es/pages/meta-press.es_documentation.html
対応言語 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:;"
}