Listicle To One Page

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

O que é Listicle To One Page?

Listicle To One Page é uma extensão do Chrome desenvolvida por ben.crol17, e sua principal característica é "Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Listicle To One Page

Baixe arquivos de extensão Listicle To One Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Listicle To One Page Listicle To One Page
ID phpopkefffapdkbajahlbmnniaogmjje
URL Oficial https://chromewebstore.google.com/detail/listicle-to-one-page/phpopkefffapdkbajahlbmnniaogmjje
Descrição Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!
Tamanho do Arquivo 84.44 KB
Contagem de Instalações 1,077
Versão Atual 2.4
Última Atualização 2020-01-07
Data de Publicação 2020-01-04
Classificação 3.83/5 Total de 47 Avaliações
Desenvolvedor ben.crol17
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}