Cross Words Highlight 划词高亮

划词添加高亮,方便快捷添加批注

Wat is Cross Words Highlight 划词高亮?

Cross Words Highlight 划词高亮 is een Chrome-extensie ontwikkeld door 1776243356a, en de belangrijkste functie is "划词添加高亮,方便快捷添加批注".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cross Words Highlight 划词高亮

Download Cross Words Highlight 划词高亮-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        网页划词高亮,随时随地添加批注,记录笔记,方便快捷的管理正在阅读的网页文档,鼠标选择文字即可使用

高亮处目前可以主动更换设置颜色
可以高亮更多区域,支持了code以及pre标签                    

Basisinformatie over de Extensie

Naam Cross Words Highlight 划词高亮 Cross Words Highlight 划词高亮
ID hpdopemjanaklikgboghnagkimgcgcpb
Officiële URL https://chromewebstore.google.com/detail/cross-words-highlight-%E5%88%92%E8%AF%8D%E9%AB%98/hpdopemjanaklikgboghnagkimgcgcpb
Beschrijving 划词添加高亮,方便快捷添加批注
Bestandsgrootte 861 KB
Aantal Installaties 340
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-06-02
Publicatiedatum 2021-05-24
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar 1776243356a
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "johns shuxian ([email protected])",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "ext_icons\/icon_128_1.png"
        },
        "default_popup": "config.html",
        "default_title": "\u5212\u8bcd\u6536\u85cf"
    },
    "content_scripts": [
        {
            "js": [
                "theme\/chrome\/js\/web-highlighter.min.js",
                "theme\/chrome\/js\/jquery.js",
                "theme\/chrome\/js\/layer\/layer.js",
                "theme\/chrome\/js\/content_script.js"
            ],
            "css": [
                "theme\/chrome\/css\/css.css",
                "theme\/chrome\/js\/layer\/theme\/default\/layer.css",
                "theme\/chrome\/css\/menu.css",
                "theme\/chrome\/css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "\u5212\u8bcd\u6dfb\u52a0\u9ad8\u4eae,\u65b9\u4fbf\u5feb\u6377\u6dfb\u52a0\u6279\u6ce8",
    "icons": {
        "128": "ext_icons\/icon_128_1.png"
    },
    "manifest_version": 2,
    "name": "Cross Words Highlight \u5212\u8bcd\u9ad8\u4eae",
    "options_page": "config.html",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "version": "1.1.3",
    "web_accessible_resources": [
        "theme\/chrome\/css\/fonts\/icons.woff2",
        "theme\/chrome\/css\/fonts\/icons.eot",
        "theme\/chrome\/css\/fonts\/icons.woff",
        "theme\/chrome\/css\/fonts\/icons.ttf",
        "theme\/chrome\/js\/layer\/theme\/default\/icon.png",
        "theme\/chrome\/js\/layer\/theme\/default\/icon-ext.png",
        "theme\/chrome\/js\/layer\/theme\/default\/loading-0.gif",
        "theme\/chrome\/js\/layer\/theme\/default\/loading-1.gif",
        "theme\/chrome\/js\/layer\/theme\/default\/loading-2.gif"
    ]
}