Clear This Page

Bypass the clutter from any web article

Vad är Clear This Page?

Clear This Page är en Chrome-tillägg utvecklad av http://clearthis.page, och dess huvudfunktion är "Bypass the clutter from any web article".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Clear This Page-förlängningens CRX-fil

Ladda ner Clear This Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
Officiell webbadress https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Beskrivning Bypass the clutter from any web article
Filstorlek 5.67 KB
Antal Installationer 6,113
Aktuell Version 1.2
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.33/5 Totalt 33 Betyg
Utvecklare http://clearthis.page
E-post [email protected]
Tilläggswebbplats https://clearthis.page
Stödda Språk 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
}