Inspect and view changes in PDF转换器 - 批量转换与压缩PDF(转转大师) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "PDF转换器 - 批量转换与压缩PDF(转转大师)",
"version": "1.0",
"description": "转转大师PDF转换器浏览器插件,支持PDF转WORD、PDF转图片、PDF转PPT等40多种格式一键批量互转,还支持PDF压缩、PDF分割合并等PDF处理功能,高效便捷。",
"browser_action": {
"default_icon": "icon.png",
"default_title": "PDF转换器",
"default_popup": "popup.html"
},
"permissions": [
"dns"
],
"content_scripts": [
{
"matches": [
"https://pdftoword.55.la/"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{a10df3ff-5fe5-45c9-8f7c-c51eac58731b}"
}
}
}