Screenshot.rocks: One-click design mockups
Create beautiful browser and mobile mockups in one-click.
Was ist Screenshot.rocks: One-click design mockups?
Screenshot.rocks: One-click design mockups ist eine Chrome-Erweiterung, die von https://screenshot.rocks entwickelt wurde, und ihr Hauptmerkmal ist "Create beautiful browser and mobile mockups in one-click.".
Erweiterungsscreenshots
Screenshot.rocks: One-click design mockups-Erweiterungs-CRX-Datei herunterladen
Laden Sie Screenshot.rocks: One-click design mockups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Screenshot.rocks: One-click design mockups |
ID | oolmphedpohnagciifbnfpemadolahki |
Offizielle URL | https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki |
Beschreibung | Create beautiful browser and mobile mockups in one-click. |
Dateigröße | 14.64 KB |
Installationsanzahl | 2,039 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-03-28 |
Veröffentlichungsdatum | 2020-07-15 |
Bewertung | 4.86/5 Insgesamt 14 Bewertungen |
Entwickler | https://screenshot.rocks |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://screenshot.rocks |
Unterstützte Sprachen | 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" } } |