Quork - Quora Bookmarks Downloader

Quork - Quora Bookmarks Downloader

Quork - Quora Bookmarks Downloader là gì?

Quork - Quora Bookmarks Downloader là một tiện ích mở rộng Chrome được phát triển bởi Harish Mukkara, và tính năng chính của nó là "Quork - Quora Bookmarks Downloader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quork - Quora Bookmarks Downloader

Tải xuống các tệp mở rộng Quork - Quora Bookmarks Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quork - Quora Bookmarks Downloader Quork - Quora Bookmarks Downloader
ID gamlajgnfngdiiaobpmjhjeeeehnacja
URL Chính Thức https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja
Mô tả Quork - Quora Bookmarks Downloader
Kích Thước Tệp 5.08 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2020-09-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Harish Mukkara
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://harish-mukkara.github.io/quork/
Ngôn Ngữ Được Hỗ Trợ 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"
}