Quiche Reader

Save web pages to Quiche Reader.

ما هو Quiche Reader؟

Quiche Reader هو إضافة Chrome تم تطويرها بواسطة https://quiche.works، والميزة الرئيسية لها هي "Save web pages to Quiche Reader.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quiche Reader

قم بتنزيل ملفات الامتداد Quiche Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}