Delay Read

A plugin to help you read it later.

Delay Read क्या है?

Delay Read xiaoxuz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin to help you read it later."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        DelayRead 一款延迟阅读清单软件。

你的网页浏览小管家。

为你搜集无法立即浏览的网页,并且根据你自定义的时间进行提醒。

最短的操作,最优的体验。
干净,快捷,简单,让你随时随地阅读,不丢失每一个偏爱的网页。

快捷操作:
Ctrl+Shift+1 : 加入延迟阅读清单 - 1min后提醒
Ctrl+Shift+5 : 加入延迟阅读清单 - 5min后提醒
Alt+Shift+1  : 加入延迟阅读清单 - 10min后提醒
Alt+Shift+3  : 加入延迟阅读清单 - 30min后提醒
-  -   -  -  -  -  -  -   -  -  -  -  -  -   -  -  -  -  -  -   -  -  -  -
也可点击图标,进行更多维度的时间设置提醒.                    

एक्सटेंशन की मूल जानकारी

नाम Delay Read Delay Read
ID ljghihfmpgjponfeaknchmeidloibgmd
आधिकारिक URL https://chromewebstore.google.com/detail/delay-read/ljghihfmpgjponfeaknchmeidloibgmd
विवरण A plugin to help you read it later.
फ़ाइल का आकार 634 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-06-06
प्रकाशन तिथि 2021-06-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर xiaoxuz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delay Read",
    "description": "A plugin to help you read it later.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "delay-read",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "commands": {
        "add_delay_read_1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "\u52a0\u5165\u5ef6\u8fdf\u9605\u8bfb\u6e05\u5355 - 1min\u540e\u63d0\u9192"
        },
        "add_delay_read_5": {
            "suggested_key": {
                "default": "Ctrl+Shift+5",
                "mac": "MacCtrl+Shift+5"
            },
            "description": "\u52a0\u5165\u5ef6\u8fdf\u9605\u8bfb\u6e05\u5355 - 5min\u540e\u63d0\u9192"
        },
        "add_delay_read_10": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Alt+Shift+1"
            },
            "description": "\u52a0\u5165\u5ef6\u8fdf\u9605\u8bfb\u6e05\u5355 - 10min\u540e\u63d0\u9192"
        },
        "add_delay_read_30": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Alt+Shift+3"
            },
            "description": "\u52a0\u5165\u5ef6\u8fdf\u9605\u8bfb\u6e05\u5355 - 30min\u540e\u63d0\u9192"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}