Screely: Instant Browser Mockups

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

¿Qué es Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups es una extensión de Chrome desarrollada por Screely, y su función principal es "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Screely: Instant Browser Mockups

Descarga archivos de extensión Screely: Instant Browser Mockups en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
URL Oficial https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Descripción Instantly turn your page into a beautiful browser mockup you can share anywhere
Tamaño del Archivo 12.89 KB
Cantidad de Instalaciones 14,213
Versión Actual 1.1.1
Última Actualización 2021-02-28
Fecha de Publicación 2020-05-11
Calificación 5.00/5 Total de 22 Calificaciones
Desarrollador Screely
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.screely.com
Idiomas Soportados 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
}