Capture Full Page
Screen capture your current page in entirety and reliably!
Wat is Capture Full Page?
Capture Full Page is een Chrome-extensie ontwikkeld door https://www.firstcontact.co, en de belangrijkste functie is "Screen capture your current page in entirety and reliably!".
Download het CRX-bestand van de extensie Capture Full Page
Download Capture Full Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | mgdflkfjmmjefejinkeialjfofpjmibk |
Officiële URL | https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk |
Beschrijving | Screen capture your current page in entirety and reliably! |
Bestandsgrootte | 28.59 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-10-03 |
Publicatiedatum | 2016-10-03 |
Ontwikkelaar | https://www.firstcontact.co |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.manhattangroup.co/privacy.pdf |
Ondersteunde Talen | 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" } } |