ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Apa itu ScreenSnip?
ScreenSnip adalah ekstensi Chrome yang dikembangkan oleh bhayatus, dan fitur utamanya adalah "A tool that allows you to take a screenshot of the current tab and crop it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ScreenSnip
Unduh file ekstensi ScreenSnip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
URL Resmi | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Deskripsi | A tool that allows you to take a screenshot of the current tab and crop it. |
Ukuran File | 44.84 KB |
Jumlah Instalasi | 1,086 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-04-05 |
Tanggal Publikasi | 2020-04-05 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | bhayatus |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |