readify.me

A safe, easy, open-source solution that allows you to read articles in peace.

readify.meとは何ですか?

readify.meはhttps://readify.meによって開発されたChromeの拡張機能で、その主な機能は「A safe, easy, open-source solution that allows you to read articles in peace.」です。

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

screenshot

readify.me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies!

The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.                    

拡張機能の基本情報

名前 readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
公式URL https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
説明 A safe, easy, open-source solution that allows you to read articles in peace.
ファイルサイズ 17.01 KB
インストール数 343
現在のバージョン 1.0
最終更新日 2021-06-17
公開日 2021-06-16
評価 5.00/5 合計 2 レビュー
開発者 https://readify.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://readify.me
ヘルプページのURL https://github.com/jotslo/readify.me/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "readify.me",
    "description": "A safe, easy, open-source solution that allows you to read articles in peace.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/book16.png",
            "32": "\/images\/book32.png",
            "48": "\/images\/book48.png",
            "128": "\/images\/book128.png"
        }
    },
    "icons": {
        "16": "\/images\/book16.png",
        "32": "\/images\/book32.png",
        "48": "\/images\/book48.png",
        "128": "\/images\/book128.png"
    }
}