Split PDF
Split PDF Files Online in Seconds!
Split PDF क्या है?
Split PDF https://zonepdf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Split PDF Files Online in Seconds!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Split PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Split PDF Split PDF Online Split PDF Files Online Fast and easy way to Split PDF files online Select or drag your files, then click the Split button to download your document into one pdf file. All split files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
एक्सटेंशन की मूल जानकारी
नाम | Split PDF |
ID | lidjpobdapnonijioooiefhdbnnbjbgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb |
विवरण | Split PDF Files Online in Seconds! |
फ़ाइल का आकार | 28.92 KB |
स्थापना संख्या | 23,649 |
वर्तमान संस्करण | 3.6 |
अंतिम अपडेट | 2022-10-21 |
प्रकाशन तिथि | 2019-04-01 |
रेटिंग | 4.15/5 कुल 27 रेटिंग्स |
डेवलपर | https://zonepdf.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://zonepdf.com/ |
गोपनीयता नीति पृष्ठ URL | https://zonepdf.com/privacy |
समर्थित भाषाएँ | de,en,fr,es,pt-BR,pt-PT,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "3.6", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-split.png" }, "icons": { "96": "icon-split-96.png", "128": "icon-split-128.png" } } |