CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
ما هو CraigsList: New Views؟
CraigsList: New Views هو إضافة Chrome تم تطويرها بواسطة https://newviews.herokuapp.com، والميزة الرئيسية لها هي "Visually shows you what the last post on any CraigsList page you've seen is.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CraigsList: New Views
قم بتنزيل ملفات الامتداد CraigsList: New Views بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" ] } |