Conradish

Create print version of news articles with footnotes

Τι είναι το Conradish;

Το Conradish είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cleong728, και η κύρια λειτουργία του είναι "Create print version of news articles with footnotes".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Conradish lets you create print version of online news articles. It strips out ads and other distractions, reformatting text to a uniform, professional look. In addition, it lets you attach footnotes to words and sentences.

The extension was designed with educators in mind, those who wish to make use web materials in the classroom. It is especially useful for teachers of foreign languages thanks to its automatic translation feature.

Features

• Printing only selected portion of an article
• Removal of ads and images
• Simplification of page layout
• Editing of text prior to printing
• Point-and-click content scrubbing.
• Addition of footnotes
• Inflection tables for selected languages
• Integration with Google Translate

User Guide

To create a print version of the article that you're viewing, first select the portion you wish to print. Don't worry if the selection ends up including undesired navigational elements—these will get filtered out. After making the selection, right-click on it and choose "Create print version". The print version will open up in a new browser tab.

To footnote the definition of a word, first select the word using your mouse, then click "Add definition" in the pop-up menu that appears underneath.

To footnote a whole sentence, select it then click "Add translation".

To remove a footnote, simply delete the associated footnote number or delete the entry in the page footer.

All actions can be reversed by pressing Ctrl-Z.

For more instructions, please consult the built-in user guide. You can access it by clicking the question-mark icon in the lower left-hand corner.

Privacy

Conradish does not capture any user information. It does not monitor your browsing history. All data is stored locally. The extension does send text to Google for the purpose of translation. The privacy implications are the same as those of using Google Translate. When you install the extension, the browser will warn that it can access "your data" at translate.googleapis.com. The data in question is just translated phrases.                    

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

Όνομα Conradish Conradish
ID pghjgimhknohffcjlgbhjcdmgdhfhfmk
Επίσημο URL https://chromewebstore.google.com/detail/conradish/pghjgimhknohffcjlgbhjcdmgdhfhfmk
Περιγραφή Create print version of news articles with footnotes
Μέγεθος Αρχείου 327 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2022-09-20
Ημερομηνία Δημοσίευσης 2021-12-01
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής cleong728
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/chung-leong/conradish-x/blob/master/README.md
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,da,es,it,pl,ro,sk,fi,sv,cs,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "1.9",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "unlimitedStorage",
        "fontSettings"
    ],
    "host_permissions": [
        "https:\/\/translate.googleapis.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/conradish16.png",
            "32": "\/img\/conradish32.png",
            "48": "\/img\/conradish48.png",
            "128": "\/img\/conradish128.png"
        }
    },
    "icons": {
        "16": "\/img\/conradish16.png",
        "32": "\/img\/conradish32.png",
        "48": "\/img\/conradish48.png",
        "128": "\/img\/conradish128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/lib\/capturing.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}