YouYoung

Build a Notebook!

Qu'est-ce que YouYoung ?

YouYoung est une extension Chrome développée par fenghun5987, et sa fonction principale est "Build a Notebook!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouYoung

Téléchargez les fichiers d'extension YouYoung au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YouYoung YouYoung
ID hlhahlfgminembhbfccaibbhlkgdbobh
URL Officiel https://chromewebstore.google.com/detail/youyoung/hlhahlfgminembhbfccaibbhlkgdbobh
Description Build a Notebook!
Taille du Fichier 3.04 MB
Nombre d'Installations 57
Version Actuelle 2.0.5
Dernière Mise à Jour 2023-05-25
Date de Publication 2020-04-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur fenghun5987
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}