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
官方網址 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
}