PDF转换图片
PDF转换图片
What is PDF转换图片?
PDF转换图片 is a Chrome extension developed by ifengzp, and its main feature is "PDF转换图片".
Extension Screenshots
Download PDF转换图片 Extension CRX File
Download PDF转换图片 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
将PDf文件转存为png或jpg格式
Extension Basic Information
Name | PDF转换图片 |
ID | nbgogbeceocmaijngnahdhdeofdfgngn |
Official URL | https://chromewebstore.google.com/detail/pdf%E8%BD%AC%E6%8D%A2%E5%9B%BE%E7%89%87/nbgogbeceocmaijngnahdhdeofdfgngn |
Description | PDF转换图片 |
File Size | 472 KB |
Installation Count | 272 |
Current Version | 1.0 |
Last Updated | 2019-04-29 |
Publish Date | 2019-04-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ifengzp |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF\u8f6c\u6362\u56fe\u7247", "description": "PDF\u8f6c\u6362\u56fe\u7247", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "MacCtrl+Shift+K" }, "description": "Opens index.html" } } } |