Quork - Quora Bookmarks Downloader

Quork - Quora Bookmarks Downloader

ما هو Quork - Quora Bookmarks Downloader؟

Quork - Quora Bookmarks Downloader هو إضافة Chrome تم تطويرها بواسطة Harish Mukkara، والميزة الرئيسية لها هي "Quork - Quora Bookmarks Downloader".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Quork - Quora Bookmarks Downloader

قم بتنزيل ملفات الامتداد Quork - Quora Bookmarks Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Are you avid Quora reader? You have been bookmarking the answers you liked to read later and later. But got stuck with ever ending loading of Quora bookmarks.

Then this is a right tool for you.

Quork is a extension to download all your Quora bookmarks with a single click. you can see then using any "Excel" software or using Google Sheets                    

معلومات أساسية عن التمديد

الاسم Quork - Quora Bookmarks Downloader Quork - Quora Bookmarks Downloader
ID gamlajgnfngdiiaobpmjhjeeeehnacja
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja
الوصف Quork - Quora Bookmarks Downloader
حجم الملف 5.08 MB
عدد التثبيتات 42
النسخة الحالية 0.0.1
آخر تحديث 2020-09-25
تاريخ النشر 2020-09-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Harish Mukkara
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://harish-mukkara.github.io/quork/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quork - Quora Bookmarks Downloader",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Quork - Quora Bookmarks Downloader",
    "offline_enabled": true,
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "*:\/\/*.quora.com\/*",
        "*:\/\/qsbrs.fs.quoracdn.net\/*"
    ],
    "browser_action": {
        "default_title": "Quork - Quora Bookmarks Downloader"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.quora.com\/bookmarks"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "html\/about.html"
}