Quiche Reader

Save web pages to Quiche Reader.

Quiche Reader क्या है?

Quiche Reader https://quiche.works द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save web pages to Quiche Reader."।

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

screenshot
screenshot
screenshot

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

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

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

                        Save interesting web pages and links to your queue.
Read them later in Quiche Reader on your iOS devices*.

• Tap the toolbar button to save the current page.
• Control+click to save a link from the context menu without opening it.

* You must be signed in with the same iCloud account on your Mac and iOS devices.                    

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

नाम Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
आधिकारिक URL https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
विवरण Save web pages to Quiche Reader.
फ़ाइल का आकार 60.22 KB
स्थापना संख्या 268
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-04-08
प्रकाशन तिथि 2019-08-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://quiche.works
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://quiche.works/reader
सहायता पृष्ठ URL https://quiche.works/reader/support
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quiche Reader",
    "version": "1.1",
    "description": "Save web pages to Quiche Reader.",
    "icons": {
        "16": "icons\/default16.png",
        "32": "icons\/default32.png",
        "128": "icons\/default128.png"
    },
    "browser_action": {
        "default_title": "Save to Quiche Reader",
        "default_icon": {
            "16": "icons\/toolbar16.png",
            "32": "icons\/toolbar32.png",
            "128": "icons\/toolbar128.png"
        }
    },
    "background": {
        "scripts": [
            "auth.js",
            "cloudkiterror.js",
            "cloudkit.js",
            "queue.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/auth.readingqueue.app\/*"
            ],
            "js": [
                "auth-notify.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "handlebars.js",
                "overlay.js",
                "overlay-setup.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}