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.
Was ist HN Who's Hiring Job Finder?
HN Who's Hiring Job Finder ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.".
Erweiterungsscreenshots
HN Who's Hiring Job Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie HN Who's Hiring Job Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | HN Who's Hiring Job Finder |
ID | jbmfinkemdkmjkiffngecpkbnhocgpla |
Offizielle URL | https://chromewebstore.google.com/detail/hn-whos-hiring-job-finder/jbmfinkemdkmjkiffngecpkbnhocgpla |
Beschreibung | This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread. |
Dateigröße | 612 KB |
Installationsanzahl | 87 |
Aktuelle Version | 1.3 |
Letztes Update | 2018-03-04 |
Veröffentlichungsdatum | 2018-03-04 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | http://schrottky.com |
Unterstützte Sprachen | 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" ] } ] } |