CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
CraigsList: New Views là gì?
CraigsList: New Views là một tiện ích mở rộng Chrome được phát triển bởi https://newviews.herokuapp.com, và tính năng chính của nó là "Visually shows you what the last post on any CraigsList page you've seen is.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CraigsList: New Views
Tải xuống các tệp mở rộng CraigsList: New Views dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
URL Chính Thức | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
Mô tả | Visually shows you what the last post on any CraigsList page you've seen is. |
Kích Thước Tệp | 2.06 MB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 3.0.8 |
Cập Nhật Lần Cuối | 2018-02-10 |
Ngày Phát Hành | 2018-02-10 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://newviews.herokuapp.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://newviews.herokuapp.com/ |
URL Trang Trợ Giúp | https://github.com/novacourtois/craigslist-new-views |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |