YouYoung

Build a Notebook!

Wat is YouYoung?

YouYoung is een Chrome-extensie ontwikkeld door fenghun5987, en de belangrijkste functie is "Build a Notebook!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouYoung

Download YouYoung-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

                        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                    

Basisinformatie over de Extensie

Naam YouYoung YouYoung
ID hlhahlfgminembhbfccaibbhlkgdbobh
Officiële URL https://chromewebstore.google.com/detail/youyoung/hlhahlfgminembhbfccaibbhlkgdbobh
Beschrijving Build a Notebook!
Bestandsgrootte 3.04 MB
Aantal Installaties 57
Huidige Versie 2.0.5
Laatst Bijgewerkt 2023-05-25
Publicatiedatum 2020-04-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fenghun5987
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}