Split PDF
Split PDF Files Online in Seconds!
什麼是Split PDF?
Split PDF是由https://zonepdf.com開發的Chrome擴展程式,該擴展的主要功能是“Split PDF Files Online in Seconds!”。
擴展截圖
下載Split PDF擴展crx文件
下載Split PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |