Pixie Reading Ruler: Boost Reading Focus Tool

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

¿Qué es Pixie Reading Ruler: Boost Reading Focus Tool?

Pixie Reading Ruler: Boost Reading Focus Tool es una extensión de Chrome desarrollada por https://www.oziku.tech, y su función principal es "Enhance your online reading experience with an adjustable on-screen ruler. Improve focus, pace, and comprehension effortlessly!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pixie Reading Ruler: Boost Reading Focus Tool

Descarga archivos de extensión Pixie Reading Ruler: Boost Reading Focus Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        🔍🎯📖 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.                    

Información Básica de la Extensión

Nombre Pixie Reading Ruler: Boost Reading Focus Tool Pixie Reading Ruler: Boost Reading Focus Tool
ID bgojfhndbiggndbooboponhfoepaknkd
URL Oficial https://chromewebstore.google.com/detail/pixie-reading-ruler-boost/bgojfhndbiggndbooboponhfoepaknkd
Descripción Enhance your online reading experience with an adjustable on-screen ruler. Improve focus, pace, and comprehension effortlessly!
Tamaño del Archivo 192 KB
Cantidad de Instalaciones 491
Versión Actual 0.1.1
Última Actualización 2023-12-20
Fecha de Publicación 2023-07-17
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://www.oziku.tech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.oziku.tech/
URL de la Página de Ayuda https://www.oziku.tech/
URL de la Página de Política de Privacidad https://www.oziku.tech/privacy
Idiomas Soportados 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"
            ]
        }
    ]
}