recrun

Retain essential content, remove unwanted noise.

Τι είναι το recrun;

Το recrun είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dannyadam.com, και η κύρια λειτουργία του είναι "Retain essential content, remove unwanted noise.".

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

screenshot

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

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

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

                        recrun is an acronym that stands for "retain essential content, remove unwanted noise". It presents article web pages in a format optimized for reading.

To use recrun, install the extension, navigate to an article web page, and click the eyeglasses icon in the Chrome toolbar (there is an arrow pointing to this icon in the recrun screenshot).

Optionally, recrun can use the Diffbot Article API to extract relevant content. A Diffbot token is required for this, and must be entered in recrun's options. If Diffbot is enabled, each usage of recrun will make a Diffbot API call with your Diffbot token, using the url of the page that you are viewing. By default, media specified in the Diffbot response will be retrieved and displayed in the recrun overlay. This can be disabled in recrun's options. By default, recrun's output uses the *html* field from the Diffbot response. This can be disabled in recrun's options.

recrun's options (including Diffbot token), are saved unencrypted in localStorage.                    

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

Όνομα recrun recrun
ID ocikmakgbemmhogikcbcbkebeephjcno
Επίσημο URL https://chromewebstore.google.com/detail/recrun/ocikmakgbemmhogikcbcbkebeephjcno
Περιγραφή Retain essential content, remove unwanted noise.
Μέγεθος Αρχείου 85.07 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 3.4.5
Τελευταία Ενημέρωση 2022-02-24
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://dannyadam.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dstein64/recrun
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html"
    },
    "description": "Retain essential content, remove unwanted noise.",
    "manifest_version": 2,
    "name": "recrun",
    "version": "3.4.5",
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/loader.gif",
        "src\/style.css",
        "src\/options.html",
        "src\/iframe.html",
        "src\/content.html"
    ]
}