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
官方網址 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
電子郵箱 [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"
    }
}