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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 BoredPanda Single Page Application BoredPanda Single Page Application
ID ffpehjhajdekeomdpkdgkjlghjnefegd
官方網址 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\/"
    ]
}