Snip

The simplest way to highlight and share text on the internet.

Snip là gì?

Snip là một tiện ích mở rộng Chrome được phát triển bởi https://snip.st, và tính năng chính của nó là "The simplest way to highlight and share text on the internet.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Open a new tab, highlight any text, and hit share. That's really it.

➤ Get a short URL to your snip, ready to be shared with others or stored for later use. 
➤ Add a caption for context. 
➤ Pick a theme based on your mood. 
➤ Make your snip public or private, depending on your preference. 
➤ Store all your highlights in one place.

Bookmarking has never been this simple.                    

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

Tên Snip Snip
ID dkpanpkccobmeeapgmhkjmaijbkfighe
URL Chính Thức https://chromewebstore.google.com/detail/snip/dkpanpkccobmeeapgmhkjmaijbkfighe
Mô tả The simplest way to highlight and share text on the internet.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-03-15
Ngày Phát Hành 2023-02-16
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://snip.st
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.snip.st/
URL Trang Trợ Giúp https://www.snip.st/
URL Trang Chính Sách Bảo Mật https://snip.st/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.0",
    "name": "Snip",
    "description": "The simplest way to highlight and share text on the internet.",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "prepare.js",
                "fragment-generation-utils.js",
                "link-generator.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-icon.png",
        "32": "assets\/32-icon.png",
        "48": "assets\/48-icon.png",
        "128": "assets\/128-icon.png"
    }
}