Screenshot.rocks: One-click design mockups

Create beautiful browser and mobile mockups in one-click.

Screenshot.rocks: One-click design mockupsとは何ですか?

Screenshot.rocks: One-click design mockupsはhttps://screenshot.rocksによって開発されたChromeの拡張機能で、その主な機能は「Create beautiful browser and mobile mockups in one-click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Screenshot.rocks: One-click design mockups拡張機能のCRXファイルをダウンロード

Screenshot.rocks: One-click design mockups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Create beautiful browser screenshots from any web page in one click. 

Screenshot.rocks will make your screenshots stand out by wrapping them in beautiful & customisable browser or mobile frames.

You can easily export your screenshots in popular formats, such as PNG, JPG and SVG.

There are endless styles, colours or backgrounds you can apply to your screenshots to fit your brand identity.
 
Never send a boring screenshot again.

Screenshot.rocks doesn't require any unnecessary permissions or ads. The code is fully open source and can be found on GitHub: https://github.com/daveearley/screenshot.rocks                    

拡張機能の基本情報

名前 Screenshot.rocks: One-click design mockups Screenshot.rocks: One-click design mockups
ID oolmphedpohnagciifbnfpemadolahki
公式URL https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki
説明 Create beautiful browser and mobile mockups in one-click.
ファイルサイズ 14.64 KB
インストール数 2,039
現在のバージョン 1.0
最終更新日 2021-03-28
公開日 2020-07-15
評価 4.86/5 合計 14 レビュー
開発者 https://screenshot.rocks
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://screenshot.rocks
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot.rocks: One-click design mockups",
    "version": "1.0",
    "description": "Create beautiful browser and mobile mockups in one-click.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_title": "Create Mockup Image!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}