Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Continuous ScreenGrabとは何ですか?
Continuous ScreenGrabはThe Tryaveling Salesmohnによって開発されたChromeの拡張機能で、その主な機能は「ScreenGrab any webpage continuously at a set interval」です。
拡張機能のスクリーンショット
Continuous ScreenGrab拡張機能のCRXファイルをダウンロード
Continuous ScreenGrab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } } |