Screenshot.rocks: One-click design mockups
Create beautiful browser and mobile mockups in one-click.
Apa itu Screenshot.rocks: One-click design mockups?
Screenshot.rocks: One-click design mockups adalah ekstensi Chrome yang dikembangkan oleh https://screenshot.rocks, dan fitur utamanya adalah "Create beautiful browser and mobile mockups in one-click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Screenshot.rocks: One-click design mockups
Unduh file ekstensi Screenshot.rocks: One-click design mockups 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
Create beautiful browser screenshots from any web page in one click. Screenshot.rocks will make your screenshots stand out by wrapping them in beautiful & customisable browser or mobile frames. You can easily export your screenshots in popular formats, such as PNG, JPG and SVG. There are endless styles, colours or backgrounds you can apply to your screenshots to fit your brand identity. Never send a boring screenshot again. Screenshot.rocks doesn't require any unnecessary permissions or ads. The code is fully open source and can be found on GitHub: https://github.com/daveearley/screenshot.rocks
Informasi Dasar Ekstensi
Nama | Screenshot.rocks: One-click design mockups |
ID | oolmphedpohnagciifbnfpemadolahki |
URL Resmi | https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki |
Deskripsi | Create beautiful browser and mobile mockups in one-click. |
Ukuran File | 14.64 KB |
Jumlah Instalasi | 2,039 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-28 |
Tanggal Publikasi | 2020-07-15 |
Penilaian | 4.86/5 Total 14 Penilaian |
Pengembang | https://screenshot.rocks |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://screenshot.rocks |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot.rocks: One-click design mockups", "version": "1.0", "description": "Create beautiful browser and mobile mockups in one-click.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Create Mockup Image!" }, "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |