Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

ما هو Make a Screenshot؟

Make a Screenshot هو إضافة Chrome تم تطويرها بواسطة http://earth3dmap.com، والميزة الرئيسية لها هي "Easy one click screenshot. The screenshot comes in a new tab.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Make a Screenshot

قم بتنزيل ملفات الامتداد Make a Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Easy tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

معلومات أساسية عن التمديد

الاسم Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
الوصف Easy one click screenshot. The screenshot comes in a new tab.
حجم الملف 16.64 KB
عدد التثبيتات 77,435
النسخة الحالية 1.2
آخر تحديث 2018-07-18
تاريخ النشر 2018-07-18
تقييم 3.72/5 مجموع تقييمات 43
المطور http://earth3dmap.com
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://earth3dmap.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}