screenie
A tiny extension that takes a full page screenshot in one click.
Apa itu screenie?
screenie adalah ekstensi Chrome yang dikembangkan oleh Arhey, dan fitur utamanya adalah "A tiny extension that takes a full page screenshot in one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi screenie
Unduh file ekstensi screenie 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
- no scrolling - no stitching - no other fancy things It's just takes a screenshot of entire page in one click.
Informasi Dasar Ekstensi
Nama | screenie |
ID | cggiknngoincldfgpmlbpdclllbkibbc |
URL Resmi | https://chromewebstore.google.com/detail/screenie/cggiknngoincldfgpmlbpdclllbkibbc |
Deskripsi | A tiny extension that takes a full page screenshot in one click. |
Ukuran File | 306 KB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2023-08-07 |
Tanggal Publikasi | 2019-09-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Arhey |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/freearhey/screenie |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "screenie", "version": "0.2.1", "manifest_version": 3, "description": "A tiny extension that takes a full page screenshot in one click.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "debugger", "downloads", "tabs" ], "action": { "default_icon": "icons\/icon32.png", "default_title": "Make screenshot" } } |