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 هو إضافة Chrome تم تطويرها بواسطة https://screenshot.rocks، والميزة الرئيسية لها هي "Create beautiful browser and mobile mockups in one-click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screenshot.rocks: One-click design mockups

قم بتنزيل ملفات الامتداد Screenshot.rocks: One-click design mockups بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}