Kindling for Campfire

Adds useful features to 37signals Campfire.

Kindling for Campfireคืออะไร?

Kindling for Campfire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yetilabs.org และคุณลักษณะหลักของมันคือ "Adds useful features to 37signals Campfire."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindling for Campfire

ดาวน์โหลดไฟล์ส่วนขยาย Kindling for Campfire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        • Desktop notifications for new messages.
• Adds the ability to remove enter, leave, and timestamp messages.
• Adds emoji & sound auto-complete.
• Option to show user avatars.
• Option to highlight your name when it's mentioned.
• Many other convenient features that improve the campfire experience.

Submit your questions and suggestions at:
https://github.com/ejensen/Kindling/issues

Kindling is open source! Help improve it on GitHub:
https://github.com/ejensen/Kindling                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kindling for Campfire Kindling for Campfire
ID abnakpmgckdkcpgbcejajjbllagggcif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kindling-for-campfire/abnakpmgckdkcpgbcejajjbllagggcif
คำอธิบาย Adds useful features to 37signals Campfire.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 2,415
เวอร์ชันปัจจุบัน 4.4.4
อัปเดตครั้งล่าสุด 2015-03-17
วันที่เผยแพร่ 2015-03-17
คะแนน 4.17/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา http://yetilabs.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kindling for Campfire",
    "short_name": "Kindling",
    "version": "4.4.4",
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "scripts\/kindling.background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "minimum_chrome_version": "28",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "*:\/\/*.campfirenow.com\/room\/*"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_iconTooltip__",
        "default_popup": "options.html"
    },
    "web_accessible_resources": [
        "img\/campfire.png",
        "img\/avatar.png",
        "img\/empty_avatar.png",
        "img\/emoji.png",
        "img\/sound.png",
        "img\/symbols.png",
        "img\/nature.png",
        "img\/objects.png",
        "img\/places.png",
        "img\/eye.svg",
        "img\/close.svg",
        "scripts\/kindling.inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.campfirenow.com\/room\/*"
            ],
            "css": [
                "css\/content.css",
                "lib\/coda-slider\/coda-slider.css",
                "lib\/at-who\/jquery.atwho.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/pubsub.min.js",
                "lib\/highlight.min.js",
                "lib\/coda-slider\/jquery.coda-slider.js",
                "lib\/at-who\/jquery.atwho.min.js",
                "scripts\/kindling.common.js",
                "scripts\/kindling.theme.js",
                "scripts\/kindling.emoji.js",
                "scripts\/kindling.sounds.js",
                "scripts\/kindling.highlight.js",
                "scripts\/kindling.messagefilter.js",
                "scripts\/kindling.avatars.js",
                "scripts\/kindling.notificationpublisher.js",
                "scripts\/kindling.contentscript.js",
                "scripts\/kindling.minimalinterface.js",
                "scripts\/kindling.expandabbreviations.js",
                "scripts\/kindling.history.js",
                "scripts\/kindling.images.js"
            ]
        }
    ]
}