Listicle To One Page

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

Listicle To One Pageとは何ですか?

Listicle To One Pageはben.crol17によって開発されたChromeの拡張機能で、その主な機能は「Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!」です。

拡張機能のスクリーンショット

screenshot

Listicle To One Page拡張機能のCRXファイルをダウンロード

Listicle To One Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Listicle To One Page Listicle To One Page
ID phpopkefffapdkbajahlbmnniaogmjje
公式URL https://chromewebstore.google.com/detail/listicle-to-one-page/phpopkefffapdkbajahlbmnniaogmjje
説明 Tired of listicles, Clickbait articles and next buttons? 'Listicle To One Page' is the tool you want!
ファイルサイズ 84.44 KB
インストール数 1,077
現在のバージョン 2.4
最終更新日 2020-01-07
公開日 2020-01-04
評価 3.83/5 合計 47 レビュー
開発者 ben.crol17
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}