Pixie Reading Ruler: Boost Reading Focus Tool

Enhance your online reading experience with an adjustable on-screen ruler. Improve focus, pace, and comprehension effortlessly!

什麼是Pixie Reading Ruler: Boost Reading Focus Tool?

Pixie Reading Ruler: Boost Reading Focus Tool是由https://www.oziku.tech開發的Chrome擴展程式,該擴展的主要功能是“Enhance your online reading experience with an adjustable on-screen ruler. Improve focus, pace, and comprehension effortlessly!”。

擴展截圖

screenshot

下載Pixie Reading Ruler: Boost Reading Focus Tool擴展crx文件

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

擴展使用說明

                        🔍🎯📖 Take charge of your digital reading with Pixie Reading Ruler: Focus & Comprehension Tool. Designed to streamline your reading process, our extension provides an adjustable on-screen ruler to optimize your reading journey.

🚀📚🚀 Ready to boost your reading proficiency? Pixie Reading Ruler allows you to guide your reading path, maintain pace, and enhance comprehension. Now, online reading becomes more effective and enjoyable, no matter the content!

🎯💻⭐ Stay on Track with Reading Ruler: Avoid losing track of lines or skipping words with our adjustable reading ruler. Customize its height, brightness, and color to match your preferences and let it guide you line by line through the text.

📖🎯🔍 Improve Comprehension: The Reading Ruler keeps your focus sharp, which can improve comprehension and information retention. Make the most of your reading time!

💫📚💫 Pixie Reading Ruler is perfect for anyone looking to improve their digital reading experience. Whether you're a student seeking to improve study efficiency, a professional researching online, or an avid reader who loves web novels, our tool is designed to meet your needs. Try Pixie Reading Ruler today and experience the joy of a tailored, focused, and productive digital reading experience!

📨 📨 📨 Support Email: [email protected]
✉️ Translations are done via a translator; for incorrect translations, please contact us.
✉️ For bugs or feature requests, please don't hesitate to email us.                    

擴展基本資訊

名稱 Pixie Reading Ruler: Boost Reading Focus Tool Pixie Reading Ruler: Boost Reading Focus Tool
ID bgojfhndbiggndbooboponhfoepaknkd
官方網址 https://chromewebstore.google.com/detail/pixie-reading-ruler-boost/bgojfhndbiggndbooboponhfoepaknkd
簡介 Enhance your online reading experience with an adjustable on-screen ruler. Improve focus, pace, and comprehension effortlessly!
檔案大小 192 KB
安裝次數 491
目前版本 0.1.1
更新時間 2023-12-20
上架時間 2023-07-17
評分 4.67/5 共 3 次評分
開發者 https://www.oziku.tech
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.oziku.tech/
說明頁面URL https://www.oziku.tech/
隱私政策頁面URL https://www.oziku.tech/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_extDescription__",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo\/logo_16.png",
        "32": "assets\/logo\/logo_32.png",
        "48": "assets\/logo\/logo_48.png",
        "128": "assets\/logo\/logo_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_title__",
        "default_icon": {
            "16": "assets\/logo\/logo_16.png",
            "32": "assets\/logo\/logo_32.png",
            "48": "assets\/logo\/logo_48.png",
            "128": "assets\/logo\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentStyle.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}