Screenshot.rocks: One-click design mockups

Create beautiful browser and mobile mockups in one-click.

Wat is Screenshot.rocks: One-click design mockups?

Screenshot.rocks: One-click design mockups is een Chrome-extensie ontwikkeld door https://screenshot.rocks, en de belangrijkste functie is "Create beautiful browser and mobile mockups in one-click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Screenshot.rocks: One-click design mockups

Download Screenshot.rocks: One-click design mockups-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Screenshot.rocks: One-click design mockups Screenshot.rocks: One-click design mockups
ID oolmphedpohnagciifbnfpemadolahki
Officiële URL https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki
Beschrijving Create beautiful browser and mobile mockups in one-click.
Bestandsgrootte 14.64 KB
Aantal Installaties 2,039
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-28
Publicatiedatum 2020-07-15
Beoordeling 4.86/5 Totaal 14 Beoordelingen
Ontwikkelaar https://screenshot.rocks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://screenshot.rocks
Ondersteunde Talen 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"
    }
}