CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
Apa itu CraigsList: New Views?
CraigsList: New Views adalah ekstensi Chrome yang dikembangkan oleh https://newviews.herokuapp.com, dan fitur utamanya adalah "Visually shows you what the last post on any CraigsList page you've seen is.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CraigsList: New Views
Unduh file ekstensi CraigsList: New Views 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
This draw a noticeable dividing line above the last post seen on any CraigsList page or search you visit. Next time visit that page or make a search, you will only have to go through the new items, as the dividing line will tell you once you have reached posts you've encountered before. You will also be alerted if there are no new posts, or too many posts to fit one one page. Now works on list, thumbnail, and gallery view!
Informasi Dasar Ekstensi
Nama | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
URL Resmi | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
Deskripsi | Visually shows you what the last post on any CraigsList page you've seen is. |
Ukuran File | 2.06 MB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 3.0.8 |
Terakhir Diperbarui | 2018-02-10 |
Tanggal Publikasi | 2018-02-10 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://newviews.herokuapp.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://newviews.herokuapp.com/ |
URL Halaman Bantuan | https://github.com/novacourtois/craigslist-new-views |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CraigsList: New Views", "short_name": "CLNV", "version": "3.0.8", "description": "Visually shows you what the last post on any CraigsList page you've seen is.", "manifest_version": 2, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "css": [ "mini\/style.min.css" ], "js": [ "mini\/background.min.js" ], "matches": [ "*:\/\/*.craigslist.org\/*" ], "run_at": "document_end" } ], "permissions": [ "unlimitedStorage", "notifications" ] } |