Screely: Instant Browser Mockups

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

Qu'est-ce que Screely: Instant Browser Mockups ?

Screely: Instant Browser Mockups est une extension Chrome développée par Screely, et sa fonction principale est "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Screely: Instant Browser Mockups

Téléchargez les fichiers d'extension Screely: Instant Browser Mockups au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Screely: Instant Browser Mockups Screely: Instant Browser Mockups
ID jhggpmcfjkkaeonckilhekpkfcalgank
URL Officiel https://chromewebstore.google.com/detail/screely-instant-browser-m/jhggpmcfjkkaeonckilhekpkfcalgank
Description Instantly turn your page into a beautiful browser mockup you can share anywhere
Taille du Fichier 12.89 KB
Nombre d'Installations 14,213
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-02-28
Date de Publication 2020-05-11
Évaluation 5.00/5 Total 22 Évaluations
Développeur Screely
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.screely.com
Langues Prises en Charge 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
}