Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Qu'est-ce que Continuous ScreenGrab ?
Continuous ScreenGrab est une extension Chrome développée par The Tryaveling Salesmohn, et sa fonction principale est "ScreenGrab any webpage continuously at a set interval".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Continuous ScreenGrab
Téléchargez les fichiers d'extension Continuous ScreenGrab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
URL Officiel | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Description | ScreenGrab any webpage continuously at a set interval |
Taille du Fichier | 12.4 KB |
Nombre d'Installations | 425 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-09-20 |
Date de Publication | 2018-09-19 |
Développeur | The Tryaveling Salesmohn |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |