Discussions on HN, Reddit and Lobsters

See if the current page has been discussed on Hacker News, Lobsters and Reddit

Τι είναι το Discussions on HN, Reddit and Lobsters;

Το Discussions on HN, Reddit and Lobsters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://discu.eu, και η κύρια λειτουργία του είναι "See if the current page has been discussed on Hacker News, Lobsters and Reddit".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Discussions on HN, Reddit and Lobsters

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

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

                        Find discussions on Hacker News, Reddit, Lobsters and others.

Once installed a badge is shown with the number of discussions and comments for the pages you visit. Click the badge to see the list of all the discussions.                    

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

Όνομα Discussions on HN, Reddit and Lobsters Discussions on HN, Reddit and Lobsters
ID mihejilgifecplfpdfhjghfmhbhajcke
Επίσημο URL https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke
Περιγραφή See if the current page has been discussed on Hacker News, Lobsters and Reddit
Μέγεθος Αρχείου 5.2 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-03
Ημερομηνία Δημοσίευσης 2022-02-23
Προγραμματιστής https://discu.eu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://discu.eu
Διεύθυνση URL της Σελίδας Βοήθειας https://discu.eu/support/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discussions on HN, Reddit and Lobsters",
    "version": "1.0.2",
    "author": "Alexandru Cojocaru",
    "description": "See if the current page has been discussed on Hacker News, Lobsters and Reddit",
    "homepage_url": "https:\/\/discu.eu",
    "icons": {
        "32": "icons\/favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/discu.eu\/*"
    ],
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_title": "Discussions"
    },
    "background": {
        "service_worker": "background.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "65.0"
        }
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Discussions",
            "search_url": "https:\/\/discu.eu\/?q={searchTerms}",
            "keyword": "discu",
            "favicon_url": "https:\/\/discu.eu\/static\/favicon-32x32.png",
            "is_default": false,
            "encoding": "UTF-8"
        }
    }
}