Simple Shot
Saves a PNG screenshot of the current tab.
Apa itu Simple Shot?
Simple Shot adalah ekstensi Chrome yang dikembangkan oleh Chris Szucko, dan fitur utamanya adalah "Saves a PNG screenshot of the current tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Shot
Unduh file ekstensi Simple Shot 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
Informasi Dasar Ekstensi
Nama | Simple Shot |
ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
URL Resmi | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
Deskripsi | Saves a PNG screenshot of the current tab. |
Ukuran File | 8.65 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-20 |
Tanggal Publikasi | 2016-03-20 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Chris Szucko |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "downloads" ], "commands": { "take-screenshot": { "description": "__MSG_context_menu_take_screenshot__" } }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_locale": "en", "manifest_version": 2 } |