# NewTab

Replace your new tab with a productive and clean dashboard featuring a markdown editor, to do list, focus timer and inspiration.

# NewTab là gì?

# NewTab là một tiện ích mở rộng Chrome được phát triển bởi rory.dwyer.dev, và tính năng chính của nó là "Replace your new tab with a productive and clean dashboard featuring a markdown editor, to do list, focus timer and inspiration.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng # NewTab 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

                        # NewTab is a truly minimal, and elegant markdown editor with a seamless experience as both a reader and a writer. 

It removes the preview window, syntax symbols of markdown, and all other unnecessary distractions. Instead, # NewTab provides a live preview while you’re writing to help you focus on the content itself.

---------------------
Here are the best parts of # NewTab:

1. Markdown text formatting
2. Extra tools including: code blocks, lists, images, and more
3. Live preview
4. Syncs between tabs
5. Autosave
6. Light & dark mode
7. Custom background images
8. Command ' / ' menu
9. Focus timer, stopwatch, and clock
10. Inspirational quotes

---------------------
# NewTab has style 🖋

You can find shortcuts in the formatting menu, or in the ' / ' command menu. # NewTab has many type styling tools, including: 

- Headings
- Bold
- Italic
- Underline 
- Highlight
- Strikethrough
- Code
- Codeblock
- Unordered list
- Ordered list
- To do list
- Block-quote
- Image
- Separator
- Links
- Left align
- Right align
- Center align
- Justified

---------------------
Customizable settings ⚙️

# NewTab keeps your editor lean and mean. Designed to be a truly minimal experience, it’s equipped with customization to tailor exactly to your needs. Whether # NewTab is a minimal editor, or vibrant and full of color is up to you.

- Show or hide individual components.
- Create your own theme with Dark mode and Image backgrounds.
- Load recent or new, empty notes when opening a # NewTab                    

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

Tên # NewTab # NewTab
ID fpmfnjdkdiihflfolajcipeldbicolap
URL Chính Thức https://chromewebstore.google.com/detail/newtab/fpmfnjdkdiihflfolajcipeldbicolap
Mô tả Replace your new tab with a productive and clean dashboard featuring a markdown editor, to do list, focus timer and inspiration.
Kích Thước Tệp 3.75 MB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2021-09-09
Ngày Phát Hành 2021-08-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rory.dwyer.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rory-dwyer.com
URL Trang Trợ Giúp https://rory-dwyer.com/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "# NewTab",
    "short_name": "NewTab",
    "description": "Replace your new tab with a productive and clean dashboard featuring a markdown editor, to do list, focus timer and inspiration.",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.unsplash.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "# NewTab",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "offline_enabled": true,
    "version": "0.3.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}