Circle reader

An extension that provides immersive reading to make you fall in love with reading on the web

什麼是Circle reader?

Circle reader是由https://circlereader.com開發的Chrome擴展程式,該擴展的主要功能是“An extension that provides immersive reading to make you fall in love with reading on the web”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Circle reader擴展crx文件

下載Circle reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The best free reading assistant (reader mode) that enhances the web page reading experience.

Ads are too distracting, the colors are too ugly, the fonts are too small to see clearly, the typography is too messy to find the text, does it really need to be so difficult to read the web? With just one click, Circle gives you the purest reading experience, escorting you to better reading.

Circle reading assistant can extract the content of the webpage and rearrange the layout into a more suitable interface for reading. Using self-developed analysis engine and typesetting engine, the recognition effect and typesetting ability are smarter, faster and more friendly. If you are looking for a lightweight and intelligent reading aid product, you might as well try Circle Reading Assistant-the best reading aid of its kind!

The reading assistant browser extension Circle, which is more powerful than the Safari reading mode, is an extension and improvement of the browser's own reading mode; it is the only magical tool for computers to read web pages, read novels, and watch news; it has shortcut key support, custom styles, Custom fonts, custom themes, automatic scrolling, automatic loading of the next page, reading aloud, article outline (outline), back to the top, reading by column, printing the formatted webpage in reading mode, supporting browser translation, etc. Reading auxiliary functions.

The self-developed analysis engine provides faster analysis and smarter analysis capabilities. The self-developed typesetting engine automatically blocks advertisements and noise on html, and says goodbye to the format escape. The Circle reading assistant browser extension developed by pure js has been launched on Google Chrome browser, Firefox browser, Edge browser, 360 browser, Opera browser, etc.

★ Several distinctive functions of Circle Reading Assistant:
➤ Self-developed recognition engine: With the help of self-developed recognition engine, Circle's recognition effect is smarter and the recognition speed is faster.
➤ Self-developed typesetting engine: With the help of self-developed typesetting engine, Circle's typesetting effect is more friendly and the typesetting speed is faster.
➤ Letter paper effect: a reading experience like reading a letter.
➤ Multi-page analysis: On a page with a link to the next page, the content of the next page is automatically parsed and displayed on the current page.
➤ Reading by column: Originally read the webpage by column, the welfare of large-screen users, without wasting every inch of screen space.
➤ Read aloud: Tired of reading? Why not try the content! Free your hands to do other things. With the help of "multi-page analysis", what kind of bicycle is needed for listening to novels?
➤ Preset 5 colorful themes: simple white, eye-protecting green, elegant dark gray, and deep dark. Circle has always been what you like.
➤ Custom gradient background or picture background: The preset theme is not on your aesthetic point? It's ok! Customize themes as you splash ink.
➤ Customize various styles: Just reading is not possible, I have the final say on the style of the web page! The font size is bigger, the font is thicker, and the line spacing is higher. Circle does everything for you to read.
➤ Follow the system to switch themes: only support custom themes? nonexistent. How about switching different themes at different times? .
➤ Custom css: You don't have the effect I want, you are awesome ugly! Customize css to help you, understand that css Circle is your person.

More details 👉🏻 http://circlereader.com

★ Keep abreast of the trends of Circle's reading assistant
➤ Subscription account 👉🏻 Senior Ranhe
➤ Weibo 👉🏻 https://weibo.com/7650668101
➤ Know almost 👉🏻 https://www.zhihu.com/people/budingshuti

★ Description of required permissions
➤ contextMenus: Use this permission to implement the right-click menu module, you can quickly access the function of Circle in the right-click menu
➤ : This permission allows Circle to access webpages, thereby realizing the recognition and layout of webpage content, as well as access to screenshots and exporting as pictures and other functions

★ Help support
➤ See FAQ 👉🏻 http://circlereader.com/faq
➤ Suggestions and bug feedback 👉🏻 https://support.qq.com/products/317910

★ Contact and discussion
➤ Contact me by email 👉🏻 [email protected]
➤ QQ discussion group 👉🏻 605710052

If you approve of my work, please have a cup of coffee to show encouragement and support 👉🏻 http://circlereader.com/donate

The source code is hosted on github 👉🏻 https://github.com/hewenguang/circle

Installing Circle means you accept our user agreement (http://circlereader.com/agreement) and privacy policy (http://circlereader.com/privacy)                    

擴展基本資訊

名稱 Circle reader Circle reader
ID dhpfcgilccfkodnhbllpiaabofjbjcbg
官方網址 https://chromewebstore.google.com/detail/circle-reader/dhpfcgilccfkodnhbllpiaabofjbjcbg
簡介 An extension that provides immersive reading to make you fall in love with reading on the web
檔案大小 1.56 MB
安裝次數 20,000
目前版本 2.8.1
更新時間 2023-06-26
上架時間 2021-02-26
評分 4.58/5 共 97 次評分
開發者 https://circlereader.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://circlereader.com
說明頁面URL https://support.qq.com/products/317910
隱私政策頁面URL http://circlereader.com/privacy
支援的語言 en,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.8.1",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "author": "ranhe",
    "background": {
        "scripts": [
            "worker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16-default.png",
            "32": "icons\/32-default.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "options_page": "option.html",
    "homepage_url": "https:\/\/circlereader.com",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "widget\/*.css"
    ]
}