Screely: Instant Browser Mockups

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

O que é Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups é uma extensão do Chrome desenvolvida por Screely, e sua principal característica é "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Screely: Instant Browser Mockups

Baixe arquivos de extensão Screely: Instant Browser Mockups no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
URL Oficial https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Descrição Instantly turn your page into a beautiful browser mockup you can share anywhere
Tamanho do Arquivo 12.89 KB
Contagem de Instalações 14,213
Versão Atual 1.1.1
Última Atualização 2021-02-28
Data de Publicação 2020-05-11
Classificação 5.00/5 Total de 22 Avaliações
Desenvolvedor Screely
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.screely.com
Idiomas Suportados 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
}