Quork - Quora Bookmarks Downloader
Quork - Quora Bookmarks Downloader
什麼是Quork - Quora Bookmarks Downloader?
Quork - Quora Bookmarks Downloader是由Harish Mukkara開發的Chrome擴展程式,該擴展的主要功能是“Quork - Quora Bookmarks Downloader”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | gamlajgnfngdiiaobpmjhjeeeehnacja |
官方網址 | 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" } |