Discussions on HN, Reddit and Lobsters

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

Vad är Discussions on HN, Reddit and Lobsters?

Discussions on HN, Reddit and Lobsters är en Chrome-tillägg utvecklad av https://discu.eu, och dess huvudfunktion är "See if the current page has been discussed on Hacker News, Lobsters and Reddit".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Discussions on HN, Reddit and Lobsters-förlängningens CRX-fil

Ladda ner Discussions on HN, Reddit and Lobsters-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

                        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.                    

Grundläggande Information om Tillägg

Namn Discussions on HN, Reddit and Lobsters Discussions on HN, Reddit and Lobsters
ID mihejilgifecplfpdfhjghfmhbhajcke
Officiell webbadress https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke
Beskrivning See if the current page has been discussed on Hacker News, Lobsters and Reddit
Filstorlek 5.2 KB
Antal Installationer 70
Aktuell Version 1.0.2
Senast Uppdaterad 2023-04-03
Publiceringsdatum 2022-02-23
Utvecklare https://discu.eu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://discu.eu
Hjälpsida URL https://discu.eu/support/
Stödda Språk 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"
        }
    }
}