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
公式URL 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
Eメール [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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}