Screely: Instant Browser Mockups

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

什么是Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups是由Screely开发的Chrome扩展程序,该扩展的主要功能是“Instantly turn your page into a beautiful browser mockup you can share anywhere”。

扩展截图

screenshot
screenshot

下载Screely: Instant Browser Mockups扩展crx文件

下载Screely: Instant Browser Mockups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
官方URL https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
简介 Instantly turn your page into a beautiful browser mockup you can share anywhere
文件大小 12.89 KB
安装次数 14,213
当前版本 1.1.1
更新时间 2021-02-28
上架时间 2020-05-11
评分 5.00/5 共22次评分
开发者 Screely
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.screely.com
支持的语言 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
}