Simple Print
Convert web articles into printable PDFs
Wat is Simple Print?
Simple Print is een Chrome-extensie ontwikkeld door https://fivefilters.org, en de belangrijkste functie is "Convert web articles into printable PDFs".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Print
Download Simple Print-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 | Simple Print |
ID | nalmbmopkipfhijmcncelapgbkgoligf |
Officiële URL | https://chromewebstore.google.com/detail/simple-print/nalmbmopkipfhijmcncelapgbkgoligf |
Beschrijving | Convert web articles into printable PDFs |
Bestandsgrootte | 9.18 KB |
Aantal Installaties | 2,603 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-09-04 |
Publicatiedatum | 2018-09-04 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://fivefilters.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pdf.fivefilters.org/simple-print/ |
Help Pagina-URL | http://help.fivefilters.org |
URL van de Privacybeleid Pagina | https://help.fivefilters.org/push-to-kindle/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Print", "version": "1.2", "manifest_version": 2, "description": "Convert web articles into printable PDFs", "homepage_url": "https:\/\/pdf.fivefilters.org\/simple-print\/", "browser_action": { "default_title": "Simple Print", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |