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
Eメール [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
}