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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | BoredPanda Single Page Application |
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\/" ] } |