Highlighter

Make creating ,viewing and managing highlight easier

什么是Highlighter?

Highlighter是由LeNoob开发的Chrome扩展程序,该扩展的主要功能是“Make creating ,viewing and managing highlight easier”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Highlighter扩展crx文件

下载Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        HIGHLIGHTER
I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. 

=====================
INSTALLATION
+ After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser.

=====================
CURRENT FEATURES
+ Highlight selected text
+ Change highlight colour
+ Remove highlight
+ Bookmark highlighted sites
+ Bulk remove highlights from the popup
+ Enable/Disable highlight from the popup                    

扩展基本信息

名称 Highlighter Highlighter
ID dinoehnfgoidbfpggkdkofpijennefgf
官方URL https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf
简介 Make creating ,viewing and managing highlight easier
文件大小 1.2 MB
安装次数 1,847
当前版本 1.0.1
更新时间 2021-07-31
上架时间 2019-01-10
评分 3.68/5 共25次评分
开发者 LeNoob
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ilenoob.github.io/highlighter
帮助页面URL https://ilenoob.github.io/highlighter
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlighter",
    "short_name": "Highlighter",
    "description": "Make creating ,viewing and managing highlight easier",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/highlight_16.png",
        "32": "assets\/highlight_32.png",
        "64": "assets\/highlight_64.png"
    },
    "action": {
        "default_title": "Highlighter",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/vue.global.prod.js",
                "js\/text-highlighter.js",
                "js\/highlightor.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "276634277159-sandufk01vd7smmes3p0u2uks1hnhm8l.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzRSKAKQW576H4xOpXDxx1hxfAcmcgLBrkOXoNRwX+vFcnH8X3GYExCRrxqpukY\/QzHGWhBCORvDeha3EiCc+VXdiqX+zihtUkWgkVuvYseQi2zOJSp44cGnWXjp1BEsByMCMTDDLEc\/Evv+Rk\/yD\/iDC1pU5Z1thF4Md39P4khPYvhi8mlFj7x8HfmkjnwaL2lXCdpGO0Du9AJaHIOuqOvQ8oIqTbAvycZhev1\/6SGJhrI48wmYdPgwpylADt+UWcwAR6GXi\/HrSICsz3s30Ug7GFNGgWbuF7U\/jNFdq6qwRhz3l80aaFOGxM\/4yK0XainNUCftMtIjcabeaXm7QwIDAQAB",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}