Standard Notes Clipper

Web clipper for Standard Notes

Standard Notes Clipper là gì?

Standard Notes Clipper là một tiện ích mở rộng Chrome được phát triển bởi Standard Notes, và tính năng chính của nó là "Web clipper for Standard Notes".

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

screenshot
screenshot

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

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

                        The Standard Notes Clipper extension is the perfect tool for saving and organizing web content. With this extension, you can clip full pages, articles, or select specific elements to save to your Standard Notes account, which is end-to-end encrypted for maximum security.

Whether you're doing research, saving recipes, or just want to keep track of interesting articles, the Standard Notes Clipper makes it easy to store your content in a safe and organized way. Plus, with the ability to link your clipped content to tags and other notes, you can easily find what you're looking for when you need it.                    

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

Tên Standard Notes Clipper Standard Notes Clipper
ID heapafmadojoodklnkhjanbinemaagok
URL Chính Thức https://chromewebstore.google.com/detail/standard-notes-clipper/heapafmadojoodklnkhjanbinemaagok
Mô tả Web clipper for Standard Notes
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 668
Phiên Bản Hiện Tại 1.1.426
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-04-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Standard Notes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://standardnotes.com
URL Trang Chính Sách Bảo Mật https://standardnotes.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Standard Notes Clipper",
    "description": "Web clipper for Standard Notes",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html?route=extension"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src * data: blob:; style-src 'self'; frame-src * blob:; img-src * data: blob:;"
    },
    "version": "1.1.426"
}