Craig.Chat

Commenting system for Craigslist.

Craig.Chatとは何ですか?

Craig.Chatはhttps://craig.chatによって開発されたChromeの拡張機能で、その主な機能は「Commenting system for Craigslist.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Craig.Chat 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
Eメール [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\/*\/*"
    ]
}