Screenshot.rocks: One-click design mockups

Create beautiful browser and mobile mockups in one-click.

Cos'è Screenshot.rocks: One-click design mockups?

Screenshot.rocks: One-click design mockups è un'estensione di Chrome sviluppata da https://screenshot.rocks, e la sua funzione principale è "Create beautiful browser and mobile mockups in one-click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Screenshot.rocks: One-click design mockups

Scarica i file di estensione Screenshot.rocks: One-click design mockups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Screenshot.rocks: One-click design mockups Screenshot.rocks: One-click design mockups
ID oolmphedpohnagciifbnfpemadolahki
URL Ufficiale https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki
Descrizione Create beautiful browser and mobile mockups in one-click.
Dimensione del File 14.64 KB
Conteggio Installazioni 2,039
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-28
Data di Pubblicazione 2020-07-15
Valutazione 4.86/5 Totale 14 Valutazioni
Sviluppatore https://screenshot.rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://screenshot.rocks
Lingue Supportate 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"
    }
}