Capture Full Page
Screen capture your current page in entirety and reliably!
Hvad er Capture Full Page?
Capture Full Page er en Chrome-udvidelse udviklet af https://www.firstcontact.co, og dens hovedfunktion er "Screen capture your current page in entirety and reliably!".
Download Capture Full Page-udvidelses-CRX-fil
Download Capture Full Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
Officiel URL | https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk |
Beskrivelse | Screen capture your current page in entirety and reliably! |
Filstørrelse | 28.59 KB |
Antal Installationer | 22 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-10-03 |
Udgivelsesdato | 2016-10-03 |
Udvikler | https://www.firstcontact.co |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://www.manhattangroup.co/privacy.pdf |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capture Full Page", "version": "1.0.1", "manifest_version": 2, "description": "Screen capture your current page in entirety and reliably!", "browser_action": { "default_icon": "icon-999.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab" ], "icons": { "16": "icon16-999.png", "48": "icon48-999.png", "128": "icon128-999.png" } } |