Save website as PDF, JPG, PNG
Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!
Cos'è Save website as PDF, JPG, PNG?
Save website as PDF, JPG, PNG è un'estensione di Chrome sviluppata da https://online-umwandeln.de, e la sua funzione principale è "Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save website as PDF, JPG, PNG
Scarica i file di estensione Save website as PDF, JPG, PNG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Save your websites as PDF, JPG or PNG - your only one click away from taking screenshots of any webpage!
Simply choose whether you want to save the whole page, the current area or select one by drawing a rectangle. Your Screenshot will be put into you downloads folder. Informazioni di Base sull'Estensione
| Nome | |
| ID | cjianfjpjmljmhjjphoepbdieknkfkfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/save-website-as-pdf-jpg-p/cjianfjpjmljmhjjphoepbdieknkfkfb |
| Descrizione | Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot! |
| Dimensione del File | 22.2 KB |
| Conteggio Installazioni | 6,189 |
| Versione Corrente | 1.6.1 |
| Ultimo Aggiornamento | 2018-09-23 |
| Data di Pubblicazione | 2018-09-23 |
| Valutazione | 2.24/5 Totale 38 Valutazioni |
| Sviluppatore | https://online-umwandeln.de |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://online-umwandeln.de/ |
| URL della Pagina di Aiuto | https://online-umwandeln.de/faq-haeufig-gestellte-fragen/ |
| URL della Pagina della Politica sulla Privacy | https://online-umwandeln.de/datenschutz-und-datensicherheit |
| Lingue Supportate | de,en,fr,es |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "ou-128.png",
"default_popup": "menu.html",
"default_title": "__MSG_appName__"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"default_locale": "de",
"description": "__MSG_appDesc__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtZek8zD2Rmy8UDzgfXAx9\/aj\/HML+cAUi50VUxIcUUCMlAULGVAcniI1QjV0oeFu2bWtWPZ8MujuB6RTXWqy8qPLQ8WCDxPHaPaJhLXM9v8qSeYTFDotXoCPbqOp3xObqDQt5dgw\/ygdRHU7deGtDYf8z5ywohBh\/KGnT3iJi7huIhyozGtUUwY+prGjMntZgFRZdmFATKZ16a7oCzBJWd\/qNiSIQ3QMR4\/kAf0PKPCOt301H\/zopbB8vbhOw9zCHAUJ1DmJ9trmtMQ6f3t7BaumhcdETRoPmmrKW2hiUpFwF0DaPmOERNRLBU9YMqBqPfqdMzbbZhY3fmAYTfGlfwIDAQAB",
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"activeTab",
" | |