BoredPanda Single Page Application

This extension shows load all post related pages into a single one

Что такое BoredPanda Single Page Application?

BoredPanda Single Page Application - это расширение Chrome, разработанное mastaleru.rafael, и его основная функция - "This extension shows load all post related pages into a single one".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BoredPanda Single Page Application

Скачайте файлы расширений 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\/"
    ]
}