Fika - Reader Mode

A Kindle-like reading experience for the web.

Fika - Reader Mode란 무엇입니까?

Fika - Reader Mode은(는) https://fika.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Kindle-like reading experience for the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fika - Reader Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Fika is where you can immerse in reading. Navigator, Ads, Popups and horrible layouts always interfere with reading. Fika is a tool which can help you extract the main content from the webpage and present it in a peaceful reading mode. Other than that, Fika retrieves the table of content and offers four delightful themes: Vanilla, Latte, Blabar, Licorice.

** Producthunt #3 Product of the Day **
** 100% CLEAN Softpedia award **

Features and Offering:
  • Reading Mode
  • Delightful Themes
  • Font adjustments
  • Table of Content
  • Photo Background
  • Autopilot whitelisted websites
  • Fullscreen

Update logs:
v0.8.0
  • The mechanism of "Share to unlock advanced features" has been removed
  • Login bug fixed

v0.7.0
  • Text alignments
  • Japanese font support

v0.6.0
  • User authentication
  • Photo & color background
  • Autopilot mode

v0.5.0 (What's new)
  • Highlight code syntax
  • More legible text colors in Vanilla & Licorice theme

v0.4.0
  • Articles opened in Fika can share to twitter and facebook
  • TOC item will be highlighted while scrolling
  • Fika toggle is available in Chrome default right click menu

v0.3.0
  • Advanced compatiblility
  • Refined article styling
  • Trimmed and lighter table of content
  • New Layout
  • Feedback collection
  • Fullscreen mode

v0.2.0
  • More font selections
  • New badge status
  • Shortcut: Alt+R (Option+R): to open Fika, Esc: to close

v0.1.0
  • Initial release
  • Four delightful themes, several font and three text size options                    

확장 프로그램 기본 정보

이름 Fika - Reader Mode Fika - Reader Mode
ID fbcdnjeoghampomjjaahjgjghdjdbbcj
공식 URL https://chromewebstore.google.com/detail/fika-reader-mode/fbcdnjeoghampomjjaahjgjghdjdbbcj
설명 A Kindle-like reading experience for the web.
파일 크기 1.7 MB
설치 횟수 12,548
현재 버전 0.9.2
최근 업데이트 2021-09-28
출시 날짜 2020-02-05
평점 4.53/5 총 155 개의 평점
개발자 https://fika.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.fika.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fika - Reader Mode",
    "short_name": "Fika",
    "version": "0.9.2",
    "description": "A Kindle-like reading experience for the web.",
    "homepage_url": "https:\/\/www.fika.io",
    "author": "Fika",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/lib\/polyfill.min.js",
            "scripts\/lib\/jquery-1.11.0.min.js",
            "scripts\/model.js",
            "scripts\/app.js",
            "scripts\/module\/version.js",
            "scripts\/module\/common\/module.js",
            "scripts\/module\/background\/module.js",
            "scripts\/run.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/lib\/polyfill.min.js",
                "scripts\/lib\/jquery-1.11.0.min.js",
                "scripts\/lib\/highlight.min.js",
                "scripts\/app.js",
                "scripts\/model.js",
                "scripts\/module\/fonts.js",
                "scripts\/module\/version.js",
                "scripts\/module\/reader\/module.js",
                "scripts\/module\/reader\/view.js",
                "scripts\/module\/common\/module.js",
                "scripts\/module\/content\/module.js",
                "scripts\/module\/content\/view.js",
                "scripts\/module\/content\/event.js",
                "scripts\/run.js"
            ],
            "css": [
                "style\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Fika",
        "default_icon": "images\/logo64-grey.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        "*.ttf",
        "images\/*"
    ]
}