Clear This Page

Bypass the clutter from any web article

Τι είναι το Clear This Page;

Το Clear This Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://clearthis.page, και η κύρια λειτουργία του είναι "Bypass the clutter from any web article".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clear This Page

Λήψη αρχείων επέκτασης Clear This Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
Επίσημο URL https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Περιγραφή Bypass the clutter from any web article
Μέγεθος Αρχείου 5.67 KB
Αριθμός Εγκαταστάσεων 6,113
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.33/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής http://clearthis.page
Ηλεκτρονικό ταχυδρομείο [email protected]
Ιστότοπος Επέκτασης https://clearthis.page
Υποστηριζόμενες Γλώσσες 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
}