ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

ما هو ScreenShot Manager؟

ScreenShot Manager هو إضافة Chrome تم تطويرها بواسطة Karl Lankester-Carthy، والميزة الرئيسية لها هي "Take screenshots and store them in local memory. Download them automatically or at a later date.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ScreenShot Manager

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

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

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

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

الاسم ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
عنوان URL الرسمي https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
الوصف Take screenshots and store them in local memory. Download them automatically or at a later date.
حجم الملف 108 KB
عدد التثبيتات 1,426
النسخة الحالية 1.9
آخر تحديث 2019-07-12
تاريخ النشر 2019-07-12
تقييم 4.00/5 مجموع تقييمات 4
المطور Karl Lankester-Carthy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://etcmind.wordpress.com/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}