PDFCandy
free online PDF editor
Vad är PDFCandy?
PDFCandy är en Chrome-tillägg utvecklad av https://pdfcandy.com, och dess huvudfunktion är "free online PDF editor".
Tilläggsskärmbilder
Ladda ner PDFCandy-förlängningens CRX-fil
Ladda ner PDFCandy-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
PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. You may use the search function to find faster the tool you need.
Grundläggande Information om Tillägg
Namn | |
ID | omlipfboclalclnoekphiecadjlklphh |
Officiell webbadress | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
Beskrivning | free online PDF editor |
Filstorlek | 64.7 KB |
Antal Installationer | 276,498 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-11-12 |
Publiceringsdatum | 2020-11-12 |
Betyg | 4.00/5 Totalt 19 Betyg |
Utvecklare | https://pdfcandy.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://pdfcandy.com/contact-us.html |
URL till Sekretesspolicy Sidan | https://icecreamapps.com/privacypolicy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFCandy", "version": "1.0.2", "description": "free online PDF editor", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" } }, "icons": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" }, "manifest_version": 2 } |