Screely: Instant Browser Mockups

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

Screely: Instant Browser Mockups là gì?

Screely: Instant Browser Mockups là một tiện ích mở rộng Chrome được phát triển bởi Screely, và tính năng chính của nó là "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screely: Instant Browser Mockups

Tải xuống các tệp mở rộng Screely: Instant Browser Mockups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
URL Chính Thức https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Mô tả Instantly turn your page into a beautiful browser mockup you can share anywhere
Kích Thước Tệp 12.89 KB
Số Lần Cài Đặt 14,213
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-02-28
Ngày Phát Hành 2020-05-11
Đánh Giá 5.00/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Screely
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.screely.com
Ngôn Ngữ Được Hỗ Trợ 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
}