Focus Reader View
Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.
Cos'è Focus Reader View?
Focus Reader View è un'estensione di Chrome sviluppata da kortina, e la sua funzione principale è "Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focus Reader View
Scarica i file di estensione Focus Reader View 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
Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM. * ctrl+shift+o keyboard shortcut (or use the button) * large font size for easy reading * sensible line width * simple black Helvetica on a white background
Informazioni di Base sull'Estensione
Nome | |
ID | fbhngbllhjggfpkeeiddgkkliacmegin |
URL Ufficiale | https://chrome.google.com/webstore/detail/focus-reader-view/fbhngbllhjggfpkeeiddgkkliacmegin |
Descrizione | Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM. |
Dimensione del File | 804 KB |
Conteggio Installazioni | 931 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-06-03 |
Data di Pubblicazione | 2017-06-03 |
Valutazione | 2.94/5 Totale 18 Valutazioni |
Sviluppatore | kortina |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kortina/focus-reader-view-chrome-extension/ |
URL della Pagina di Aiuto | https://github.com/kortina/focus-reader-view-chrome-extension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Reader View", "description": "Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.", "version": "0.0.2", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/focus-reader-view16.png", "48": "images\/focus-reader-view48.png", "128": "images\/focus-reader-view128.png" }, "page_action": { "default_icon": { "19": "images\/focus-reader-view19.png", "38": "images\/focus-reader-view38.png" }, "default_title": "Distraction-free reading." }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "focus-reader.css" ], "js": [ "jquery.min.1.3.2.js", "content.js" ] } ] } |