Craig.Chat
Commenting system for Craigslist.
Craig.Chat là gì?
Craig.Chat là một tiện ích mở rộng Chrome được phát triển bởi https://craig.chat, và tính năng chính của nó là "Commenting system for Craigslist.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Craig.Chat
Tải xuống các tệp mở rộng Craig.Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Have you ever wished Craigslist had comments? Now it does, thanks to Craig.Chat! Craig.Chat is a Chrome extension that seamlessly embeds a Disqus commenting thread into every Craigslist posting you visit. See an ad that seems too good to be true? More likely than not, someone else has thought so too - check the comments to see if anyone has noticed suspicious wording, or recognized the ad to be part of a scam operation. Wondering if a used car part for sale will fit your vehicle? Get feedback from the Craig.Chat community, or use Disqus's built-in "Share" feature to link the conversation directly on your Facebook Wall or Twitter account.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Craig.Chat |
ID | ojmcohjgkciohebenakpemjnhmocggcg |
URL Chính Thức | https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg |
Mô tả | Commenting system for Craigslist. |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-02-13 |
Ngày Phát Hành | 2017-02-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://craig.chat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://craig.chat |
URL Trang Trợ Giúp | https://craig.chat/#contact |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Craig.Chat", "description": "Commenting system for Craigslist.", "version": "0.0.2", "manifest_version": 2, "background": { "scripts": [ "idgen.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.craigslist.org\/*\/*.html", "http:\/\/*.craigslist.org\/*\/*.html" ], "js": [ "injector.js" ] } ], "icons": { "16": "images\/favicon.png", "32": "images\/cclogo32.png", "48": "images\/cclogo48.png", "128": "images\/cclogo128.png" }, "browser_action": { "default_icon": "images\/favicon.png" }, "permissions": [ "https:\/\/ajax.googleapis.com\/", "tabs", "webRequest", "webRequestBlocking", "https:\/\/*.craigslist.org\/*\/*.html", "https:\/\/craig.chat\/*\/*" ] } |