Craig.Chat
Commenting system for Craigslist.
Craig.Chat란 무엇입니까?
Craig.Chat은(는) https://craig.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Commenting system for Craigslist."입니다.
확장 프로그램 스크린샷
Craig.Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Craig.Chat |
ID | ojmcohjgkciohebenakpemjnhmocggcg |
공식 URL | https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg |
설명 | Commenting system for Craigslist. |
파일 크기 | 134 KB |
설치 횟수 | 21 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2017-02-13 |
출시 날짜 | 2017-02-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://craig.chat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://craig.chat |
도움말 페이지 URL | https://craig.chat/#contact |
지원되는 언어 | 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\/*\/*" ] } |