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.
What is HN Who's Hiring Job Finder?
HN Who's Hiring Job Finder is a Chrome extension developed by Unknown, and its main feature is "This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.".
Extension Screenshots
Download HN Who's Hiring Job Finder Extension CRX File
Download HN Who's Hiring Job Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HN Who's Hiring Job Finder |
ID | jbmfinkemdkmjkiffngecpkbnhocgpla |
Official URL | https://chromewebstore.google.com/detail/hn-whos-hiring-job-finder/jbmfinkemdkmjkiffngecpkbnhocgpla |
Description | This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread. |
File Size | 612 KB |
Installation Count | 87 |
Current Version | 1.3 |
Last Updated | 2018-03-04 |
Publish Date | 2018-03-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://schrottky.com |
Supported Languages | 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" ] } ] } |