Quork - Quora Bookmarks Downloader
Quork - Quora Bookmarks Downloader
Was ist Quork - Quora Bookmarks Downloader?
Quork - Quora Bookmarks Downloader ist eine Chrome-Erweiterung, die von Harish Mukkara entwickelt wurde, und ihr Hauptmerkmal ist "Quork - Quora Bookmarks Downloader".
Erweiterungsscreenshots
Quork - Quora Bookmarks Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quork - Quora Bookmarks Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | gamlajgnfngdiiaobpmjhjeeeehnacja |
Offizielle URL | https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja |
Beschreibung | Quork - Quora Bookmarks Downloader |
Dateigröße | 5.08 MB |
Installationsanzahl | 42 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-09-25 |
Veröffentlichungsdatum | 2020-09-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Harish Mukkara |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://harish-mukkara.github.io/quork/ |
Unterstützte Sprachen | 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" } |