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.
Apa itu HN Who's Hiring Job Finder?
HN Who's Hiring Job Finder adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HN Who's Hiring Job Finder
Unduh file ekstensi HN Who's Hiring Job Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | HN Who's Hiring Job Finder |
ID | jbmfinkemdkmjkiffngecpkbnhocgpla |
URL Resmi | https://chromewebstore.google.com/detail/hn-whos-hiring-job-finder/jbmfinkemdkmjkiffngecpkbnhocgpla |
Deskripsi | This extension allows you to search for multiple keywords on job listings in Hacker News' Who's Hiring thread. |
Ukuran File | 612 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2018-03-04 |
Tanggal Publikasi | 2018-03-04 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | http://schrottky.com |
Bahasa yang Didukung | 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" ] } ] } |