Pageflip PDF Viewer
Open your PDF files with a realistic pageflip effect.
什么是Pageflip PDF Viewer?
Pageflip PDF Viewer是由https://pageflip.online开发的Chrome扩展程序,该扩展的主要功能是“Open your PDF files with a realistic pageflip effect.”。
扩展截图
下载Pageflip PDF Viewer扩展crx文件
下载Pageflip PDF Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Working from a pdf source file, the Pageflip PDF viewer produces a dynamic Flipbook that has the look and feel of a printed publication. 扩展基本信息
| 名称 | |
| ID | pljdfffffddkkebpjiaiidlggbjiibnb |
| 官方URL | https://chromewebstore.google.com/detail/pageflip-pdf-viewer/pljdfffffddkkebpjiaiidlggbjiibnb |
| 简介 | Open your PDF files with a realistic pageflip effect. |
| 文件大小 | 732 KB |
| 安装次数 | 1,277 |
| 当前版本 | 2.1 |
| 更新时间 | 2018-11-09 |
| 上架时间 | 2018-11-09 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | https://pageflip.online |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://pageflip.online |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"page": "index.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Open your PDF files with a realistic pageflip effect.",
"file_browser_handlers": [
{
"default_title": "Open PDF",
"file_filters": [
"filesystem:*.pdf"
],
"id": "open-as-pdf"
}
],
"icons": {
"128": "pageflip\/icons\/128.png",
"16": "pageflip\/icons\/16.png"
},
"incognito": "split",
"manifest_version": 2,
"name": "Pageflip PDF Viewer",
"offline_enabled": true,
"page_action": {
"default_icon": {
"19": "pageflip\/icons\/16.png",
"38": "pageflip\/icons\/128.png"
},
"default_popup": "pageActionPopup.html",
"default_title": "Pageflip.online PDF Viewer"
},
"permissions": [
"fileBrowserHandler",
"webRequest",
"webRequestBlocking",
" | |