Screely: Instant Browser Mockups

Instantly turn your page into a beautiful browser mockup you can share anywhere

Hvad er Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups er en Chrome-udvidelse udviklet af Screely, og dens hovedfunktion er "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Screely: Instant Browser Mockups-udvidelses-CRX-fil

Download Screely: Instant Browser Mockups-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Stop sending plain, boring screenshots.

The Screely extension lets you instantly create a screenshot of the current webpage and opens it in Screely

Screely is an online tool that instantly turns your screenshots and designs into beautiful design mockups. The extension helps you skip the manual uploading of files and saves you time and frustration.

Screely is used by designers, developers and product owners worldwide working at companies like Amazon, Github, Google, Shopify and Uber.                    

Grundlæggende oplysninger om udvidelsen

Navn Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
Officiel URL https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Beskrivelse Instantly turn your page into a beautiful browser mockup you can share anywhere
Filstørrelse 12.89 KB
Antal Installationer 14,213
Nuværende Version 1.1.1
Senest Opdateret 2021-02-28
Udgivelsesdato 2020-05-11
Bedømmelse 5.00/5 Samlet 22 Bedømmelser
Udvikler Screely
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.screely.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screely: Instant Browser Mockups",
    "short_name": "Screely",
    "version": "1.1.1",
    "description": "Instantly turn your page into a beautiful browser mockup you can share anywhere",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Screely this page!"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "https:\/\/www.screely.com\/editor",
        ""
    ],
    "manifest_version": 2
}