YouYoung

Build a Notebook!

YouYoung là gì?

YouYoung là một tiện ích mở rộng Chrome được phát triển bởi fenghun5987, và tính năng chính của nó là "Build a Notebook!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouYoung

Tải xuống các tệp mở rộng YouYoung dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Create a YouYoung note!
YYSN (YouYoung Note) uses Markdown syntax to record content, making it easy to generate beautiful and elegant documents with rich shortcut input options, eliminating the hassle of memorization and allowing you to enjoy the joy of editing.

Main features:

- Real-time saving of Markdown note editing content
- One-click backup of Markdown format documents
- One-click clear of Markdown documents
- One-click import of Markdown format documents
- One-click generation of mind maps
- One-click generation of public articles, no need for typesetting
- Rich shortcut keys in the note toolbar, including chart insertion and mathematical formula insertion, etc.
- Notes can be exported to PDF documents, supporting editing of headers, footers, and background watermarks.
- Notes can be exported as images (online images are not currently supported), making it easy to share.
- Notes can be exported as Markdown files.
- Notes can be previewed in HTML pages.
- Local and network images can be inserted in note editing.
- Quick insertion of images from the clipboard
- Real-time table editing function
- Mobile mode preview
- Automatic numbering of titles, automatic generation of table of contents, and collapsible sections
- Quick navigation of article content, one-click positioning
- Built-in rich syntax examples
- Rich shortcut keys for doubling efficiency
- Automatic completion of format codes
- Intelligent pasting of images, hyperlinks, and more.
- Save chatGPT chat content                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouYoung YouYoung
ID hlhahlfgminembhbfccaibbhlkgdbobh
URL Chính Thức https://chromewebstore.google.com/detail/youyoung/hlhahlfgminembhbfccaibbhlkgdbobh
Mô tả Build a Notebook!
Kích Thước Tệp 3.04 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fenghun5987
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_pluginName__",
    "version": "2.0.5",
    "description": "__MSG_pluginDesc__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "file:\/\/*\/*",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content.js"
            ],
            "css": [
                "extension\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "extension\/background.js"
    },
    "action": {
        "default_popup": "extension\/popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_title": "YouYoung"
    },
    "options_ui": {
        "page": "extension\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "zh_CN"
}