Simple Page Screenshot
Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.
Apa itu Simple Page Screenshot?
Simple Page Screenshot adalah ekstensi Chrome yang dikembangkan oleh paradoxxxzero, dan fitur utamanya adalah "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Page Screenshot
Unduh file ekstensi Simple Page 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
Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. Right click on the image to save it or copy the datu URL with Copy image URL
Informasi Dasar Ekstensi
Nama | |
ID | llhehkgnfcfjbpknaljplknmimhggbpa |
URL Resmi | https://chrome.google.com/webstore/detail/simple-page-screenshot/llhehkgnfcfjbpknaljplknmimhggbpa |
Deskripsi | Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL. |
Ukuran File | 8.71 KB |
Jumlah Instalasi | 255 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2014-04-04 |
Tanggal Publikasi | 2014-04-04 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | paradoxxxzero |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/paradoxxxzero/simple_page_screenshot |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Page Screenshot", "version": "1.0.0", "author": "Florian Mounier - paradoxxxzero", "homepage_url": "https:\/\/github.com\/paradoxxxzero\/simple_page_screenshot", "description": "Take a screenshot in your browser from a region and display it. You can then save the capture or copy the base 64 data URL.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |