Screenshot.rocks: One-click design mockups

Create beautiful browser and mobile mockups in one-click.

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

Screenshot.rocks: One-click design mockups is a Chrome extension developed by https://screenshot.rocks, and its main feature is "Create beautiful browser and mobile mockups in one-click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screenshot.rocks: One-click design mockups Extension CRX File

Download Screenshot.rocks: One-click design mockups extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Screenshot.rocks: One-click design mockups Screenshot.rocks: One-click design mockups
ID oolmphedpohnagciifbnfpemadolahki
Official URL https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki
Description Create beautiful browser and mobile mockups in one-click.
File Size 14.64 KB
Installation Count 2,039
Current Version 1.0
Last Updated 2021-03-28
Publish Date 2020-07-15
Rating 4.86/5 Total 14 Ratings
Developer https://screenshot.rocks
Email [email protected]
Payment Type free
Extension Website https://screenshot.rocks
Supported Languages 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"
    }
}