Craig.Chat
Commenting system for Craigslist.
什麼是Craig.Chat?
Craig.Chat是由https://craig.chat開發的Chrome擴展程式,該擴展的主要功能是“Commenting system for Craigslist.”。
擴展截圖
下載Craig.Chat擴展crx文件
下載Craig.Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ojmcohjgkciohebenakpemjnhmocggcg |
| 官方網址 | 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\/*\/*"
]
} | |