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
公式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\/"
    ]
}