Listicle To One Page

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

What is Listicle To One Page?

Listicle To One Page is a Chrome extension developed by ben.crol17, and its main feature is "Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!".

Extension Screenshots

screenshot

Download Listicle To One Page Extension CRX File

Download Listicle To One Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Listicle To One Page Listicle To One Page
ID phpopkefffapdkbajahlbmnniaogmjje
Official URL https://chromewebstore.google.com/detail/listicle-to-one-page/phpopkefffapdkbajahlbmnniaogmjje
Description Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!
File Size 84.44 KB
Installation Count 1,077
Current Version 2.4
Last Updated 2020-01-07
Publish Date 2020-01-04
Rating 3.83/5 Total 47 Ratings
Developer ben.crol17
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}