Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
ما هو Continuous ScreenGrab؟
Continuous ScreenGrab هو إضافة Chrome تم تطويرها بواسطة The Tryaveling Salesmohn، والميزة الرئيسية لها هي "ScreenGrab any webpage continuously at a set interval".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Continuous ScreenGrab
قم بتنزيل ملفات الامتداد Continuous ScreenGrab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ScreenGrab any webpage continuously at a set interval! (1) Input website URL (2) Input destination filename (3) Input time interval (seconds) Voila! ScreenGrabs will be saved based on your specified filename with the date and time that it was captured! Capture any webpage continuously with Continuous ScreenGrab!
معلومات أساسية عن التمديد
الاسم | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
الوصف | ScreenGrab any webpage continuously at a set interval |
حجم الملف | 12.4 KB |
عدد التثبيتات | 425 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-09-20 |
تاريخ النشر | 2018-09-19 |
المطور | The Tryaveling Salesmohn |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Continuous ScreenGrab", "description": "ScreenGrab any webpage continuously at a set interval", "version": "1.1", "manifest_version": 2, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/download_image16.png", "32": "\/images\/download_image32.png", "48": "\/images\/download_image48.png", "128": "\/images\/download_image128.png" } }, "icons": { "16": "\/images\/download_image16.png", "32": "\/images\/download_image32.png", "48": "\/images\/download_image48.png", "128": "\/images\/download_image128.png" }, "permissions": [ "downloads", "storage", "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |