Quork - Quora Bookmarks Downloader
Quork - Quora Bookmarks Downloader
What is Quork - Quora Bookmarks Downloader?
Quork - Quora Bookmarks Downloader is a Chrome extension developed by Harish Mukkara, and its main feature is "Quork - Quora Bookmarks Downloader".
Extension Screenshots
Download Quork - Quora Bookmarks Downloader Extension CRX File
Download Quork - Quora Bookmarks Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gamlajgnfngdiiaobpmjhjeeeehnacja |
Official URL | https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja |
Description | Quork - Quora Bookmarks Downloader |
File Size | 5.08 MB |
Installation Count | 42 |
Current Version | 0.0.1 |
Last Updated | 2020-09-25 |
Publish Date | 2020-09-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Harish Mukkara |
[email protected] | |
Payment Type | free |
Extension Website | https://harish-mukkara.github.io/quork/ |
Supported Languages | 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" } |