Screenshot.rocks: One-click design mockups
Create beautiful browser and mobile mockups in one-click.
Qu'est-ce que Screenshot.rocks: One-click design mockups ?
Screenshot.rocks: One-click design mockups est une extension Chrome développée par https://screenshot.rocks, et sa fonction principale est "Create beautiful browser and mobile mockups in one-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screenshot.rocks: One-click design mockups
Téléchargez les fichiers d'extension Screenshot.rocks: One-click design mockups au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Screenshot.rocks: One-click design mockups |
ID | oolmphedpohnagciifbnfpemadolahki |
URL Officiel | https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki |
Description | Create beautiful browser and mobile mockups in one-click. |
Taille du Fichier | 14.64 KB |
Nombre d'Installations | 2,039 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-28 |
Date de Publication | 2020-07-15 |
Évaluation | 4.86/5 Total 14 Évaluations |
Développeur | https://screenshot.rocks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://screenshot.rocks |
Langues Prises en Charge | 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" } } |