HN Who's Hiring Job Finder

This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.

Wat is HN Who's Hiring Job Finder?

HN Who's Hiring Job Finder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HN Who's Hiring Job Finder

Download HN Who's Hiring Job Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Search for jobs using multiple  keywords on the Hacker News Who is Hiring thread.

https://github.com/guarani/Hacker-News-Who-s-Hiring-Job-Finder                    

Basisinformatie over de Extensie

Naam HN Who's Hiring Job Finder HN Who's Hiring Job Finder
ID jbmfinkemdkmjkiffngecpkbnhocgpla
Officiële URL https://chromewebstore.google.com/detail/hn-whos-hiring-job-finder/jbmfinkemdkmjkiffngecpkbnhocgpla
Beschrijving This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.
Bestandsgrootte 612 KB
Aantal Installaties 87
Huidige Versie 1.3
Laatst Bijgewerkt 2018-03-04
Publicatiedatum 2018-03-04
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://schrottky.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HN Who's Hiring Job Finder",
    "description": "This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.",
    "omnibox": {
        "keyword": "hn"
    },
    "icons": {
        "16": "icon16x16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.3",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ]
}