reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
reShape - Craigslistคืออะไร?
reShape - Craigslist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saoron และคุณลักษณะหลักของมันคือ "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reShape - Craigslist
ดาวน์โหลดไฟล์ส่วนขยาย reShape - Craigslist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org a new look. Please send your feedback to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | reShape - Craigslist |
ID | cgfgpklfbmmflakiadcefbjmokalnghm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
คำอธิบาย | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
ขนาดไฟล์ | 1.1 MB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2015-11-25 |
วันที่เผยแพร่ | 2015-11-25 |
คะแนน | 3.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | saoron |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reShape - Craigslist", "version": "0.1.8", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Make the web less noisy", "default_popup": "html\/popup.html" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.co.kr\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.com.au\/*", "*:\/\/*.craigslist.com.ca\/*", "*:\/\/*.craigslist.ca\/*" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/bootstrap.min.js", "js\/libs\/bootstrap-select.js", "js\/content.js" ], "css": [ "css\/font-awesome.css", "css\/bootstrap.min.css", "css\/bootstrap-select.min.css", "css\/awesome-bootstrap-checkbox.css", "css\/common.css" ] } ], "options_page": "html\/options.html", "devtools_page": "html\/devtools.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |