Snippit

Grab screenshots easy from your browser!

什麼是Snippit?

Snippit是由dinobpublishing開發的Chrome擴展程式,該擴展的主要功能是“Grab screenshots easy from your browser!”。

擴展截圖

screenshot

下載Snippit擴展crx文件

下載Snippit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Snippit Snippit
ID hhcbdolcmnbmnlkfiekegpkemgckhlii
官方網址 https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii
簡介 Grab screenshots easy from your browser!
檔案大小 1.65 MB
安裝次數 1,235
目前版本 1.2.0
更新時間 2022-07-11
上架時間 2021-05-24
評分 5.00/5 共 1 次評分
開發者 dinobpublishing
電子郵箱 [email protected]
付費類型 free
支援的語言 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}