OneLine

Focus on the words that matter.

什麼是OneLine?

OneLine是由https://useoneline.com開發的Chrome擴展程式,該擴展的主要功能是“Focus on the words that matter.”。

擴展截圖

screenshot
screenshot
screenshot

下載OneLine擴展crx文件

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

擴展使用說明

                        Have you ever been lost in a sea of words while reading online? OneLine is a reading aid for the web that increases your focus and reading efficiency by highlighting a single row of words. OneLine can be used on any website. If you have trouble reading, OneLine can help. OneLine comes preset with recommended colors proven to increase reading strength for dyslexic readers and allows you to customize the color of the highlighted line.

Features: 
 * Three recommended highlight colors proven to increase reading strength 
 * Full RGB color picker
 * Set and save your favorite colors. Favorites are saved and synced to your Google account. 
 * On/Off Toggle switch

Using OneLine: 
 * Click on the highlight icon in Chrome to view OneLine settings. 
 * To change color, click color settings, select the color from the picker or recommended buttons then click the bookmark button to save your favorites.
 * Move OneLine up and down with the arrow keys (or 'W' an 'S') to keep track of where you are. 

Report issues on the OneLine website: https://useoneline.com/#contact                    

擴展基本資訊

名稱 OneLine OneLine
ID pfdihdpobdolfdpoanloglnekonnhglh
官方網址 https://chromewebstore.google.com/detail/oneline/pfdihdpobdolfdpoanloglnekonnhglh
簡介 Focus on the words that matter.
檔案大小 477 KB
安裝次數 3,638
目前版本 2.0
更新時間 2023-03-27
上架時間 2020-05-31
評分 4.31/5 共 13 次評分
開發者 https://useoneline.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://useoneline.com
說明頁面URL https:/useoneline.com/#find-a-bug
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneLine",
    "version": "2.0",
    "description": "Focus on the words that matter.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background\/sw.js"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "OneLine",
        "default_popup": "html\/defaultPopup.html",
        "default_icon": {
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/libraries\/splitting.min.js",
                "js\/libraries\/jquery-3.4.1.min.js",
                "js\/modules\/Line.js",
                "js\/modules\/Paragraph.js",
                "js\/modules\/ParagraphController.js",
                "js\/modules\/OneLine.js",
                "js\/OneLine-Main.js"
            ],
            "css": [
                ".\/css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.google.com\/search?*",
                "*:\/\/*.google.com\/scholar?*"
            ]
        }
    ]
}