BoredPanda Single Page Application
This extension shows load all post related pages into a single one
BoredPanda Single Page Application là gì?
BoredPanda Single Page Application là một tiện ích mở rộng Chrome được phát triển bởi mastaleru.rafael, và tính năng chính của nó là "This extension shows load all post related pages into a single one".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BoredPanda Single Page Application
Tải xuống các tệp mở rộng BoredPanda Single Page Application dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BoredPanda Single Page Application |
ID | ffpehjhajdekeomdpkdgkjlghjnefegd |
URL Chính Thức | https://chromewebstore.google.com/detail/boredpanda-single-page-ap/ffpehjhajdekeomdpkdgkjlghjnefegd |
Mô tả | This extension shows load all post related pages into a single one |
Kích Thước Tệp | 18.38 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2017-04-21 |
Ngày Phát Hành | 2017-04-21 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | mastaleru.rafael |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Mastaleru/BoredPandaExtension |
URL Trang Chính Sách Bảo Mật | https://plusprivacy.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |