Screenshot
Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.
Apa itu Screenshot?
Screenshot adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Screenshot
Unduh file ekstensi Screenshot 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
Users can select screenshot file format (PNG or JPEG) from the Options. After capturing the screenshot, extension saves it. You can opt to see it in a new tab. Extremely fast, light-weight and privacy friendly extension by BrowserNative.
Informasi Dasar Ekstensi
Nama | Screenshot |
ID | mafopchedjkbgkpbbnbgifaolempmdgh |
URL Resmi | https://chromewebstore.google.com/detail/screenshot/mafopchedjkbgkpbbnbgifaolempmdgh |
Deskripsi | Quickly take screenshot of current tab. Keyboard Commnd: Alt+P. |
Ukuran File | 40.96 KB |
Jumlah Instalasi | 8,507 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2019-11-18 |
Tanggal Publikasi | 2019-11-12 |
Penilaian | 4.71/5 Total 35 Penilaian |
Pengembang | BrowserNative |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/screenshot-extension/ |
URL Halaman Bantuan | https://browsernative.com/screenshot-extension/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot", "description": "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.", "version": "0.0.5", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Take Screenshot" }, "icons": { "48": "static\/48.png", "128": "static\/128.png" }, "permissions": [ "activeTab", "downloads" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/" } |