Snippit

Grab screenshots easy from your browser!

Snippit là gì?

Snippit là một tiện ích mở rộng Chrome được phát triển bởi dinobpublishing, và tính năng chính của nó là "Grab screenshots easy from your browser!".

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

screenshot

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

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

                        Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at!

Just click it and Snippit!

Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit!


**NEW FOR VERSION 1.2.0**
- Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =)
---------------------------------------------------------------
**NEW FOR VERSION 1.1.0**
- You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!                    

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

Tên Snippit Snippit
ID hhcbdolcmnbmnlkfiekegpkemgckhlii
URL Chính Thức https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii
Mô tả Grab screenshots easy from your browser!
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 1,235
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-07-11
Ngày Phát Hành 2021-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dinobpublishing
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snippit",
    "description": "Grab screenshots easy from your browser!",
    "version": "1.2.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/snippit16.png",
        "48": "assets\/snippit48.png",
        "128": "assets\/snippit128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}