Focus Reader View
Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.
Co je Focus Reader View?
Focus Reader View je rozšíření Chrome vyvinuté kortina, a jeho hlavní funkcí je „Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Focus Reader View
Stáhněte si soubory rozšíření Focus Reader View ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | fbhngbllhjggfpkeeiddgkkliacmegin |
Oficiální URL | https://chrome.google.com/webstore/detail/focus-reader-view/fbhngbllhjggfpkeeiddgkkliacmegin |
Popis | Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM. |
Velikost souboru | 804 KB |
Počet instalací | 931 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2017-06-03 |
Datum Vydání | 2017-06-03 |
Hodnocení | 2.94/5 Celkem 18 Hodnocení |
Vývojář | kortina |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kortina/focus-reader-view-chrome-extension/ |
URL Stránky Nápovědy | https://github.com/kortina/focus-reader-view-chrome-extension/issues |
Podporované Jazyky | 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" ] } ] } |