Quork - Quora Bookmarks Downloader

Quork - Quora Bookmarks Downloader

Wat is Quork - Quora Bookmarks Downloader?

Quork - Quora Bookmarks Downloader is een Chrome-extensie ontwikkeld door Harish Mukkara, en de belangrijkste functie is "Quork - Quora Bookmarks Downloader".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quork - Quora Bookmarks Downloader

Download Quork - Quora Bookmarks Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Quork - Quora Bookmarks Downloader Quork - Quora Bookmarks Downloader
ID gamlajgnfngdiiaobpmjhjeeeehnacja
Officiële URL https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja
Beschrijving Quork - Quora Bookmarks Downloader
Bestandsgrootte 5.08 MB
Aantal Installaties 42
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-09-25
Publicatiedatum 2020-09-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Harish Mukkara
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://harish-mukkara.github.io/quork/
Ondersteunde Talen 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"
}