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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly turn your page into a beautiful browser mockup you can share anywhere"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screely: Instant Browser Mockups एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}