Pixie: Web Accessibility & Productivity Tools

Boost your Online Reading Journey with Text to Speech (TTS), Screen Shader, Reading Ruler, OpenDyslexic Font, ePub Reader, and more!

Pixie: Web Accessibility & Productivity Tools란 무엇입니까?

Pixie: Web Accessibility & Productivity Tools은(는) https://accsio.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your Online Reading Journey with Text to Speech (TTS), Screen Shader, Reading Ruler, OpenDyslexic Font, ePub Reader, and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pixie: Web Accessibility & Productivity Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🔮💡📚 Revolutionize your digital reading experience with Pixie: Accessibility & Productivity web browser extension. Make reading on your browser easier, healthier, and more enjoyable!

🚀📖🚀 Ready to take control? Pixie allows you to customize your reading environment to fit your unique needs. With our comprehensive toolset, reading on the web has never been more customizable or enjoyable!

🔊📚🚀 Unveil the Audio Magic with Pixie's Text-to-Speech (TTS): Transform any webpage into an auditory delight, controlling the pace as per your preference. Our dynamic text highlighter further enriches your listening experience by tracking the narration. With Pixie, experience the web through sound!

🎯🔧⚙️ Modify Text Configurations: Alter webpage styling for optimal readability, including dyslexia-friendly fonts like OpenDyslexic, enhance the space between lines, words, and letters.

💡🌈💻 Adapt Color Schemes: Alter contrast and saturation to reduce eye strain and make text easier to read.

🌙🖥️👁️ Care for Your Eyes with Screen Shader: Lower screen brightness and adjust tint color to reduce eye strain and improve comfort.

📖🎯🔍 Keep Your Focus with Reading Ruler: Stay focused on the text at hand with a reading line highlighter. Customize its height, brightness, and color to match your preferences.

🚫🎭📝 Say Goodbye to Distractions with Reader View: Enjoy articles and blogs free of ads and other distractions.

🔍📚🧠 Enhance Your Vocabulary with Dictionary: View definitions of selected words on the go (English only).

📘🌐🚀 ePub at Your Fingertips: Our ePub Reader lets you read ePub files right in your browser.

🚦🖱️⭐ Enjoy Quick Access with Pixie Sidebar Widget: All your favorite Pixie tools are a hover away. Features include Reader View, Dictionary, and Mute.

👀🔗💡 Spot Links Easier with Highlight Links: Highlight all hyperlinks on a webpage for better visibility.

🖼️🚫🔍 Hide Unnecessary Images: Hide all images on the current page to focus on the text.

🔇🔊🚀 Silence Unwanted Noises: Mute all sounds playing from any open tab, like YouTube or ads in the background.

🎈💻⚙️ Extra Tools: Enjoy a larger cursor, stop web page animations, or read in a distraction-free environment. Pixie gives you all the tools you need for a customizable, comfortable, and efficient browsing experience!

💫📚💫 Pixie Reader is perfect for anyone who values flexibility and control in their digital reading experience. Whether you're seeking enhanced readability, reduced eye strain, or focused reading, Pixie has got you covered. Try Pixie Reader today and discover the joy of a tailored digital reading experience!

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

확장 프로그램 기본 정보

이름 Pixie: Web Accessibility & Productivity Tools Pixie: Web Accessibility & Productivity Tools
ID oihhpemnlfdlkdhbiajjjkbbojdojchj
공식 URL https://chromewebstore.google.com/detail/pixie-web-accessibility-p/oihhpemnlfdlkdhbiajjjkbbojdojchj
설명 Boost your Online Reading Journey with Text to Speech (TTS), Screen Shader, Reading Ruler, OpenDyslexic Font, ePub Reader, and more!
파일 크기 2.54 MB
설치 횟수 60,000
현재 버전 0.15.0
최근 업데이트 2024-02-28
출시 날짜 2022-04-05
평점 4.19/5 총 27 개의 평점
개발자 https://accsio.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.accsio.ai/home-page
도움말 페이지 URL https://www.accsio.ai/pixie
개인정보 보호 정책 페이지 URL https://www.accsio.ai/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",
    "version": "0.15.0",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Accsio AI LLC",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "sidePanel"
    ],
    "optional_permissions": [
        "identity"
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "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"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "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"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentStyle.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*\/*.otf",
                "assets\/fonts\/*\/*.ttf",
                "assets\/fonts\/*\/*.woff",
                "assets\/fonts\/*\/*.woff2",
                "assets\/cursors\/cursor_black.svg",
                "assets\/cursors\/cursor_black_select.svg",
                "assets\/cursors\/cursor_white.svg",
                "assets\/cursors\/cursor_white_select.svg",
                "assets\/ui\/*.png",
                "reader-view.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "721371878427-gi0tars331kvuh34runiku1ghalh3f9f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAptPrxsFwJcVZuoniY5cqz89UEu\/1d0R5euA37uginE3bRmLZeVPclBA7AWp3HhqurZn6oCwPLLx2KhsuuwLwyhTcA7ydYBjn8m0PN9S9jiG\/BBp1jxyyC+JYSwxNncIfSra1CSuZPdj+yMGab8DbW7CgTnC8sKdxCzviLmFFHI3Fogx2RC+LoRt6Z14lPUfaJvIWDq2iABErWfYWtUwdiaj1xQTneLpbWUUKHUBeNln\/cf+0JgwKeP7Gfmfiy5CikM+JvDnTmHSAdMtRYmzsB2WzAH8sWOZktaKSG7+7n0MkcFxDnYyLNO5NdbBJS2CZo1+bDo1Kwz2rgPjoBN4Q4wIDAQAB"
}