五彩 - WuCai Web Highlighter

Highlighter tool for Web

Τι είναι το 五彩 - WuCai Web Highlighter;

Το 五彩 - WuCai Web Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 希果壳, και η κύρια λειτουργία του είναι "Highlighter tool for Web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 五彩 - WuCai Web Highlighter

Λήψη αρχείων επέκτασης 五彩 - WuCai Web Highlighter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Highlight text with one click, just like holding a pen and underlining while reading, without missing any key points.
Use [Ideas] to record inspiration and make the moment become eternity.
Underlining, highlighting, ideas, and notes are synchronized across all terminals, making it easy and hassle-free and available at any time.
Notion synchronization, Obsidian synchronization, Workflowy synchronization, and ecological integration allow your thoughts to flow.
All of this is to make you better.

The colorful plug-in can underline and highlight any web page, take notes, categorize web pages, and collect pictures. It also has an underline management system that can efficiently organize notes and underlines, quickly improve learning efficiency, save time, and stay focused.

Plug-in features:
1. ✅ Underline and highlight your thoughts on any page. Refresh the page and the underline will still be displayed.
2. ✅ Line drawing supports multiple colors
3. ✅ No limit to the number of underlines on a single page
4. ✅ Super copy (solve the problem of websites not allowing text to be copied)
5. ✅ Export underlines and notes and save them as text or markdown
6. ✅ Sync to Obsidian, Logseq, Workflowy
7. ✅ Underline and organize
8. ✅ Multi-terminal synchronization
9. ✅ Support chrome, edge, firefox
10.✅ Support picture underlining
11.✅ Side toolbar support                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 五彩 - WuCai Web Highlighter 五彩 - WuCai Web Highlighter
ID cjfempcnipbjiigappmofndiliohlpan
Επίσημο URL https://chromewebstore.google.com/detail/五彩-网页划线高亮批注工具/cjfempcnipbjiigappmofndiliohlpan?hl=en
Περιγραφή Highlighter tool for Web
Μέγεθος Αρχείου 411 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 24.3.5
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2022-08-27
Αξιολόγηση 4.35/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής 希果壳
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.dotalk.cn/product/wucai
Διεύθυνση URL της Σελίδας Βοήθειας https://www.dotalk.cn/product/wucai
URL της Σελίδας Πολιτικής Απορρήτου https://www.dotalk.cn/product/wucai/terms-and-privacy
Υποστηριζόμενες Γλώσσες en,fr,es,ru,zh-CN,zh-TW
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "\/dist\/bg.min.js",
        "type": "module"
    },
    "commands": {
        "cmd-change-sidebar-style": {
            "description": "Change sidebar style",
            "suggested_key": "Alt+2"
        },
        "cmd-change-tooltip-style": {
            "description": "Change highlight tooltip style",
            "suggested_key": "Alt+1"
        },
        "cmd-enable-disable-highlight": {
            "description": "Enable or disable highlight",
            "suggested_key": "Alt+4"
        },
        "cmd-highlight-selection": {
            "description": "Highlight",
            "suggested_key": "Alt+3"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/css\/core.css",
                "\/css\/sidebartooltipview.css",
                "\/css\/sidebarhighlightsview.css"
            ],
            "js": [
                "\/dist\/app.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/www.dotalk.cn\/product\/wucai",
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "128": "\/images\/icon\/icon-128.png",
        "16": "\/images\/icon\/icon-16.png",
        "32": "\/images\/icon\/icon-32.png",
        "48": "\/images\/icon\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "w"
    },
    "options_page": "views\/options\/main.html",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "short_name": "\u4e94\u5f69 - \u5212\u7ebf\u9ad8\u4eae\u548c\u7b14\u8bb0\u7ba1\u7406",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "24.3.5",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/views\/*",
                "\/images\/*",
                "\/dist\/*"
            ]
        }
    ]
}