ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
ScreenSnipとは何ですか?
ScreenSnipはbhayatusによって開発されたChromeの拡張機能で、その主な機能は「A tool that allows you to take a screenshot of the current tab and crop it.」です。
拡張機能のスクリーンショット
ScreenSnip拡張機能のCRXファイルをダウンロード
ScreenSnip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.
拡張機能の基本情報
名前 | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
公式URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
説明 | A tool that allows you to take a screenshot of the current tab and crop it. |
ファイルサイズ | 44.84 KB |
インストール数 | 1,086 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-04-05 |
公開日 | 2020-04-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | bhayatus |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSnip", "version": "1.1.0", "manifest_version": 2, "description": "A tool that allows you to take a screenshot of the current tab and crop it.", "browser_action": { "default_title": "ScreenSnip" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "\/background\/background.js" ] }, "permissions": [ "activeTab", "downloads" ] } |