CraigList Search
This extension allows you to search on CraigList
ما هو CraigList Search؟
CraigList Search هو إضافة Chrome تم تطويرها بواسطة Geny Herrera، والميزة الرئيسية لها هي "This extension allows you to search on CraigList".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CraigList Search
قم بتنزيل ملفات الامتداد CraigList Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lets you quickly search on CraigList. In just one click you can search whatever you want on CraigList. It's very easy and clean. Versions: 1.0 - Initial 1.1 - Fix redirect to CraigList URL. 1.2 - Fix URL 1.3 - Adding location
معلومات أساسية عن التمديد
الاسم | |
ID | pdjddkgbbcikpfolhkaodmobckpggolh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/craiglist-search/pdjddkgbbcikpfolhkaodmobckpggolh |
الوصف | This extension allows you to search on CraigList |
حجم الملف | 47.12 KB |
عدد التثبيتات | 544 |
النسخة الحالية | 1.3 |
آخر تحديث | 2016-04-12 |
تاريخ النشر | 2016-04-12 |
تقييم | 3.00/5 مجموع تقييمات 6 |
المطور | Geny Herrera |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Geny Isam Hamud Herrera ([email protected])", "name": "CraigList Search", "version": "1.3", "manifest_version": 2, "description": "This extension allows you to search on CraigList", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CraigList Search", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "notifications", "tabs", "geolocation" ] } |