What Hacker News Says

Easily find Hacker News threads about the page you're currently browsing.

What Hacker News Says क्या है?

What Hacker News Says https://pino.ceniccola.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find Hacker News threads about the page you're currently browsing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में What Hacker News Says एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dead-simple yet very useful extension that looks for threads on on popular social news aggregator Hacker News via HN Search API (powered by Algolia). For your privacy, this web extension fetches the API only when the popup is clicked and does not run any background script. It also requires minimum permissions (just "activeTab" actually).

Source is on GitHub: https://github.com/pinoceniccola/what-hn-says-webext                    

एक्सटेंशन की मूल जानकारी

नाम What Hacker News Says What Hacker News Says
ID khgegkjchclhgpglloficdmdannlpmoi
आधिकारिक URL https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi
विवरण Easily find Hacker News threads about the page you're currently browsing.
फ़ाइल का आकार 346 KB
स्थापना संख्या 431
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2021-03-08
प्रकाशन तिथि 2020-08-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://pino.ceniccola.it
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pinoceniccola/what-hn-says-webext
सहायता पृष्ठ URL https://github.com/pinoceniccola/what-hn-says-webext
गोपनीयता नीति पृष्ठ URL https://aprico.org/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Hacker News Says",
    "version": "0.2.0",
    "description": "Easily find Hacker News threads about the page you're currently browsing.",
    "homepage_url": "https:\/\/github.com\/pinoceniccola\/what-hn-says-webext",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png"
        },
        "default_title": "Click to find what HN says",
        "default_popup": "popup.html"
    }
}