Listicle To One Page

Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!

Co je Listicle To One Page?

Listicle To One Page je rozšíření Chrome vyvinuté ben.crol17, a jeho hlavní funkcí je „Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Listicle To One Page

Stáhněte si soubory rozšíření Listicle To One Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        TURN LONG, MULTI-PAGES LISTICLES TO A SINGLE ONE-PAGE ARTICLE. (Currently images only)
Listicle To One Page will help you saving a lot of time! Did it happen to you that you wanted to read a multipage article but you had to go through 50 even 100 pages by clicking "next" all the time?
In today's world no one have to time to go over so many pages, that's why Listicle To One Page is here. With a click of a button you will be able to get all the images in the multi page article organized to one single page - isn't that comfortable and efficient?

No more long listicles, hours of next-button clicking. With Listicle To One Page you can go over the different images of the article very quickly, then click on the image you are interested in and go back to the article to read the text.

HOW DOES IT WORK?

1 - You arrive to an listicle with a "next page" button?
2 - Go to the second page of the article
3 - Click on Listicle To One Page logo on the chrome browser (top right)
4 - BANG! all the images in the article are organized in one page for your review

Enjoy!                    

Základní Informace o Rozšíření

Název Listicle To One Page Listicle To One Page
ID phpopkefffapdkbajahlbmnniaogmjje
Oficiální URL https://chromewebstore.google.com/detail/listicle-to-one-page/phpopkefffapdkbajahlbmnniaogmjje
Popis Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!
Velikost souboru 84.44 KB
Počet instalací 1,077
Aktuální Verze 2.4
Poslední Aktualizace 2020-01-07
Datum Vydání 2020-01-04
Hodnocení 3.83/5 Celkem 47 Hodnocení
Vývojář ben.crol17
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Listicle To One Page",
    "description": "Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}