Quork - Quora Bookmarks Downloader

Quork - Quora Bookmarks Downloader

什么是Quork - Quora Bookmarks Downloader?

Quork - Quora Bookmarks Downloader是由Harish Mukkara开发的Chrome扩展程序,该扩展的主要功能是“Quork - Quora Bookmarks Downloader”。

扩展截图

screenshot
screenshot

下载Quork - Quora Bookmarks Downloader扩展crx文件

下载Quork - Quora Bookmarks Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}