Screely: Instant Browser Mockups

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

Was ist Screely: Instant Browser Mockups?

Screely: Instant Browser Mockups ist eine Chrome-Erweiterung, die von Screely entwickelt wurde, und ihr Hauptmerkmal ist "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Erweiterungsscreenshots

screenshot
screenshot

Screely: Instant Browser Mockups-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screely: Instant Browser Mockups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
Offizielle URL https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Beschreibung Instantly turn your page into a beautiful browser mockup you can share anywhere
Dateigröße 12.89 KB
Installationsanzahl 14,213
Aktuelle Version 1.1.1
Letztes Update 2021-02-28
Veröffentlichungsdatum 2020-05-11
Bewertung 5.00/5 Insgesamt 22 Bewertungen
Entwickler Screely
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.screely.com
Unterstützte Sprachen 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
}