Screely: Instant Browser Mockups

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

Co je Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups je rozšíření Chrome vyvinuté Screely, a jeho hlavní funkcí je „Instantly turn your page into a beautiful browser mockup you can share anywhere“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Screely: Instant Browser Mockups

Stáhněte si soubory rozšíření Screely: Instant Browser Mockups ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
Oficiální URL https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Popis Instantly turn your page into a beautiful browser mockup you can share anywhere
Velikost souboru 12.89 KB
Počet instalací 14,213
Aktuální Verze 1.1.1
Poslední Aktualizace 2021-02-28
Datum Vydání 2020-05-11
Hodnocení 5.00/5 Celkem 22 Hodnocení
Vývojář Screely
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.screely.com
Podporované Jazyky 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
}