BoredPanda Single Page Application
This extension shows load all post related pages into a single one
什么是BoredPanda Single Page Application?
BoredPanda Single Page Application是由mastaleru.rafael开发的Chrome扩展程序,该扩展的主要功能是“This extension shows load all post related pages into a single one”。
扩展截图
下载BoredPanda Single Page Application扩展crx文件
下载BoredPanda Single Page Application扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is loading the next page of a post (if available) when user reaches the bottom of the page.The operation is repeated until all the posts are displayed into a single page. This extension save user time and add a plus of usability to boredpanda.com 扩展基本信息
| 名称 | |
| ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
| 官方URL | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
| 简介 | This extension shows load all post related pages into a single one |
| 文件大小 | 18.38 KB |
| 安装次数 | 47 |
| 当前版本 | 0.3 |
| 更新时间 | 2017-04-21 |
| 上架时间 | 2017-04-21 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | mastaleru.rafael |
| 付费类型 | free |
| 扩展官网 | https://github.com/Mastaleru/BoredPandaExtension |
| 隐私政策页面URL | https://plusprivacy.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BoredPanda Single Page Application",
"description": "This extension shows load all post related pages into a single one",
"version": "0.3",
"browser_action": {
"default_icon": "panda_icon.png"
},
"icons": {
"16": "panda_icon16.png",
"32": "panda_icon32.png",
"48": "panda_icon48.png",
"128": "panda_icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/www.boredpanda.com\/"
]
} | |