Quiver Web Clipper
Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.
Cos'è Quiver Web Clipper?
Quiver Web Clipper è un'estensione di Chrome sviluppata da yliansoft, e la sua funzione principale è "Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quiver Web Clipper
Scarica i file di estensione Quiver Web Clipper 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
Features: * A clutter-free Reader View * Markdown mode * Clip a decluttered web page to Quiver as a text note or a Markdown note * Clip a selection to Quiver (right click on a highlighted selection in the original web page and choose "Clip to Quiver") * Print a decluttered web page Notes: * Please make sure that you are running Quiver v3.2.4 or above. * The web clipper is designed to work with individual articles, not index pages. If you find an issue with an article page, please leave a review with a test link.
Informazioni di Base sull'Estensione
Nome | Quiver Web Clipper |
ID | hcnffmpopoelpggikahccdfenoobjigj |
URL Ufficiale | https://chromewebstore.google.com/detail/quiver-web-clipper/hcnffmpopoelpggikahccdfenoobjigj |
Descrizione | Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View. |
Dimensione del File | 38.75 KB |
Conteggio Installazioni | 2,342 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-04-15 |
Data di Pubblicazione | 2019-05-20 |
Valutazione | 4.61/5 Totale 18 Valutazioni |
Sviluppatore | yliansoft |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quiver Web Clipper", "version": "1.2.0", "author": "Yaogang Lian", "description": "Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "clipboardWrite", "activeTab", "contextMenus" ], "browser_action": { "default_title": "Quiver Web Clipper", "default_icon": { "19": "images\/menu-icon-19.png", "38": "images\/menu-icon-38.png" } }, "content_security_policy": "script-src 'self' https:\/\/api.twitter.com; object-src 'self'", "web_accessible_resources": [ "overlay\/*" ] } |