Quork - Quora Bookmarks Downloader
Quork - Quora Bookmarks Downloader
Cos'è Quork - Quora Bookmarks Downloader?
Quork - Quora Bookmarks Downloader è un'estensione di Chrome sviluppata da Harish Mukkara, e la sua funzione principale è "Quork - Quora Bookmarks Downloader".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quork - Quora Bookmarks Downloader
Scarica i file di estensione Quork - Quora Bookmarks Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | gamlajgnfngdiiaobpmjhjeeeehnacja |
URL Ufficiale | https://chrome.google.com/webstore/detail/quork-quora-bookmarks-dow/gamlajgnfngdiiaobpmjhjeeeehnacja |
Descrizione | Quork - Quora Bookmarks Downloader |
Dimensione del File | 5.08 MB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-09-25 |
Data di Pubblicazione | 2020-09-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Harish Mukkara |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://harish-mukkara.github.io/quork/ |
Lingue Supportate | 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" } |