ScreenShooter

Screenshot your webpages with a gunshot.

ما هو ScreenShooter؟

ScreenShooter هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Screenshot your webpages with a gunshot.".

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

screenshot

تحميل ملف CRX للإضافة ScreenShooter

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

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

                        Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.                    

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

الاسم ScreenShooter ScreenShooter
ID bcnkleedhppcdfnpkgkhbninjeffgigj
عنوان URL الرسمي https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj
الوصف Screenshot your webpages with a gunshot.
حجم الملف 56.04 KB
عدد التثبيتات 166
النسخة الحالية 1.0
آخر تحديث 2020-03-17
تاريخ النشر 2020-03-16
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShooter",
    "version": "1.0",
    "description": "Screenshot your webpages with a gunshot.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Screen Shooter",
        "default_icon": "img\/icons\/icon32.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    }
}