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 |
公式URL | 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" ] } |