Screely: Instant Browser Mockups

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

Cos'è Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups è un'estensione di Chrome sviluppata da Screely, e la sua funzione principale è "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Screely: Instant Browser Mockups

Scarica i file di estensione Screely: Instant Browser Mockups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
URL Ufficiale https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Descrizione Instantly turn your page into a beautiful browser mockup you can share anywhere
Dimensione del File 12.89 KB
Conteggio Installazioni 14,213
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-02-28
Data di Pubblicazione 2020-05-11
Valutazione 5.00/5 Totale 22 Valutazioni
Sviluppatore Screely
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.screely.com
Lingue Supportate 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
}