CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
什麼是CraigsList: New Views?
CraigsList: New Views是由https://newviews.herokuapp.com開發的Chrome擴展程式,該擴展的主要功能是“Visually shows you what the last post on any CraigsList page you've seen is.”。
擴展截圖
下載CraigsList: New Views擴展crx文件
下載CraigsList: New Views擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
官方網址 | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
簡介 | Visually shows you what the last post on any CraigsList page you've seen is. |
檔案大小 | 2.06 MB |
安裝次數 | 81 |
目前版本 | 3.0.8 |
更新時間 | 2018-02-10 |
上架時間 | 2018-02-10 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://newviews.herokuapp.com |
付費類型 | free |
擴展官網 | https://newviews.herokuapp.com/ |
說明頁面URL | https://github.com/novacourtois/craigslist-new-views |
支援的語言 | 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" ] } |