Printet
Printet allows you to convert web pages to PDF.
Vad är Printet?
Printet är en Chrome-tillägg utvecklad av https://printet.io, och dess huvudfunktion är "Printet allows you to convert web pages to PDF.".
Tilläggsskärmbilder
Ladda ner Printet-förlängningens CRX-fil
Ladda ner Printet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Printet is an online service and Web API which allow you to convert HTML pages to PDF. Printet chrome plugin lets you convert any web page to a PDF file and either download the file or push it to your Dropbox account. Sign up now for a free account at https://printet.io and start converting HTML pages to PDF. Once you register, go to profile page and copy your API key to plugin option page. If you want to push PDF files to your Dropbox account, just associate it with your Printet account from Profile/Connected Accounts
Grundläggande Information om Tillägg
Namn | Printet |
ID | pgdflgdejgmnlhdgmcbhabmdbdanaiga |
Officiell webbadress | https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga |
Beskrivning | Printet allows you to convert web pages to PDF. |
Filstorlek | 74.38 KB |
Antal Installationer | 88 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2013-12-31 |
Publiceringsdatum | 2013-12-30 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://printet.io |
Betalningssätt | free |
Tilläggswebbplats | https://printet.io |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Printet", "description": "Printet allows you to convert web pages to PDF.", "version": "1.0.1", "icons": { "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "downloads", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "icon.png" }, "options_page": "options.html" } |