Kopitiam

This extension fetches the first page of threads in kopitiam

Kopitiamとは何ですか?

KopitiamはVoon Ming Hannによって開発されたChromeの拡張機能で、その主な機能は「This extension fetches the first page of threads in kopitiam」です。

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

screenshot

Kopitiam拡張機能のCRXファイルをダウンロード

Kopitiam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension fetches the latesst threads of lowyat kopitiam forum.

new features: 
- post thread link short-cut
- open multiple thread at one                    

拡張機能の基本情報

名前 Kopitiam Kopitiam
ID fejdjlegelddjhmnmhoeokeaigeckmmj
公式URL https://chrome.google.com/webstore/detail/kopitiam/fejdjlegelddjhmnmhoeokeaigeckmmj
説明 This extension fetches the first page of threads in kopitiam
ファイルサイズ 104 KB
インストール数 15
現在のバージョン 1.53
最終更新日 2015-05-10
公開日 2015-05-10
評価 5.00/5 合計 1 レビュー
開発者 Voon Ming Hann
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kopitiam",
    "description": "This extension fetches the first page of threads in kopitiam",
    "version": "1.53",
    "permissions": [
        "http:\/\/daysof.me\/lowyat\/list.php",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}