YouYoung

Build a Notebook!

What is YouYoung?

YouYoung is a Chrome extension developed by fenghun5987, and its main feature is "Build a Notebook!".

Extension Screenshots

screenshot
screenshot

Download YouYoung Extension CRX File

Download YouYoung extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name YouYoung YouYoung
ID hlhahlfgminembhbfccaibbhlkgdbobh
Official URL https://chromewebstore.google.com/detail/youyoung/hlhahlfgminembhbfccaibbhlkgdbobh
Description Build a Notebook!
File Size 3.04 MB
Installation Count 57
Current Version 2.0.5
Last Updated 2023-05-25
Publish Date 2020-04-30
Rating 5.00/5 Total 1 Ratings
Developer fenghun5987
Email [email protected]
Payment Type free
Supported Languages 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"
}