Fleeting Notes

Quick notes from the browser to Obsidian

Fleeting Notes là gì?

Fleeting Notes là một tiện ích mở rộng Chrome được phát triển bởi https://fleetingnotes.app, và tính năng chính của nó là "Quick notes from the browser to Obsidian".

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

screenshot
screenshot
screenshot

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

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

                        Fleeting Notes is the ultimate solution for quick, efficient, and secure note-taking. Whether you're on your phone, tablet, or browsing the web, capture your thoughts in an instant, keep them organized and accessible, all while maintaining control over your data.

Here's what sets Fleeting Notes apart:
- Offline First: Our design prioritizes offline functionality, so you can take notes anytime, anywhere, even without an internet connection.
- Open Source: We believe in transparency and community collaboration. Fleeting Notes is open source, inviting users and developers to contribute and improve upon our platform.
- End-to-End Encryption: Your privacy is our priority. With end-to-end encryption, your notes and ideas stay secure and private.
- Quick Capture & Easy Interface: Jot down thoughts, highlights, and URLs swiftly with our user-friendly interface. Capture ideas as they come, without any hassle.
- Obsidian Sync: Seamless synchronization with Obsidian ensures your notes are always up-to-date across platforms. Use our dedicated Obsidian plugin for effortless integration.
- Home Widgets: Keep your notes at your fingertips. With home widgets, your notes are just a tap away, right from your home screen.
- Bi-Directional Linking: Create a web of connected ideas. Our bi-directional linking feature allows for link previews and backlinks, making it easy to navigate and expand your notes.

Whether you're a dedicated Obsidian user or looking for a powerful mobile note-taking tool, Fleeting Notes is designed to enhance your productivity and secure your data. Download Fleeting Notes today – experience the future of note-taking, made simple, efficient, and secure.

Discord: https://discord.gg/xrj6yuGNmx

Terms and Conditions: https://fleetingnotes.app/terms-and-conditions
Privacy Policy: https://fleetingnotes.app/privacy-policy                    

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

Tên Fleeting Notes Fleeting Notes
ID gcplhmogdjioeaenmehmapbdonklmdnc
URL Chính Thức https://chromewebstore.google.com/detail/fleeting-notes/gcplhmogdjioeaenmehmapbdonklmdnc
Mô tả Quick notes from the browser to Obsidian
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 3,455
Phiên Bản Hiện Tại 0.11.2
Cập Nhật Lần Cuối 2023-10-07
Ngày Phát Hành 2022-02-26
Đánh Giá 4.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://fleetingnotes.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fleetingnotes.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fleeting Notes",
    "description": "Quick notes from the browser to Obsidian",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "version": "0.11.2",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_icon": "\/icons\/196.png",
        "default_title": "Fleeting Notes Extension"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "web-ext.html"
    },
    "background": {
        "service_worker": "extension\/background3.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web-ext.html",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        },
        "create-new-note": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Create new note",
            "global": true
        },
        "open-persistent-window": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open persistent window",
            "global": true
        }
    },
    "manifest_version": 3
}