Clear This Page

Bypass the clutter from any web article

Co je Clear This Page?

Clear This Page je rozšíření Chrome vyvinuté http://clearthis.page, a jeho hlavní funkcí je „Bypass the clutter from any web article“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Clear This Page

Stáhněte si soubory rozšíření Clear This 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í

                        This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more.

Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.                    

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

Název Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
Oficiální URL https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Popis Bypass the clutter from any web article
Velikost souboru 5.67 KB
Počet instalací 6,113
Aktuální Verze 1.2
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 4.33/5 Celkem 33 Hodnocení
Vývojář http://clearthis.page
E-mail [email protected]
Webové stránky Rozšíření https://clearthis.page
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Page",
    "description": "Bypass the clutter from any web article",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "name": "Click to extract content from the current browser tab"
    },
    "icons": {
        "128": "icon1.png"
    },
    "manifest_version": 2
}