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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Screely, και η κύρια λειτουργία του είναι "Instantly turn your page into a beautiful browser mockup you can share anywhere".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screely: Instant Browser Mockups

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}