YouYoung

Build a Notebook!

Что такое YouYoung?

YouYoung - это расширение Chrome, разработанное fenghun5987, и его основная функция - "Build a Notebook!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения YouYoung

Скачайте файлы расширений YouYoung в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название YouYoung YouYoung
ID hlhahlfgminembhbfccaibbhlkgdbobh
Официальный URL https://chromewebstore.google.com/detail/youyoung/hlhahlfgminembhbfccaibbhlkgdbobh
Описание Build a Notebook!
Размер файла 3.04 MB
Количество установок 57
Текущая Версия 2.0.5
Последнее Обновление 2023-05-25
Дата публикации 2020-04-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик fenghun5987
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}