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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visually shows you what the last post on any CraigsList page you've seen is."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CraigsList: New Views एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |