Screenshot.rocks: One-click design mockups

Create beautiful browser and mobile mockups in one-click.

Vad är Screenshot.rocks: One-click design mockups?

Screenshot.rocks: One-click design mockups är en Chrome-tillägg utvecklad av https://screenshot.rocks, och dess huvudfunktion är "Create beautiful browser and mobile mockups in one-click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Screenshot.rocks: One-click design mockups-förlängningens CRX-fil

Ladda ner Screenshot.rocks: One-click design mockups-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Screenshot.rocks: One-click design mockups Screenshot.rocks: One-click design mockups
ID oolmphedpohnagciifbnfpemadolahki
Officiell webbadress https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki
Beskrivning Create beautiful browser and mobile mockups in one-click.
Filstorlek 14.64 KB
Antal Installationer 2,039
Aktuell Version 1.0
Senast Uppdaterad 2021-03-28
Publiceringsdatum 2020-07-15
Betyg 4.86/5 Totalt 14 Betyg
Utvecklare https://screenshot.rocks
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://screenshot.rocks
Stödda Språk 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"
    }
}