Kopitiam

This extension fetches the first page of threads in kopitiam

Kopitiam là gì?

Kopitiam là một tiện ích mở rộng Chrome được phát triển bởi Voon Ming Hann, và tính năng chính của nó là "This extension fetches the first page of threads in kopitiam".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kopitiam

Tải xuống các tệp mở rộng Kopitiam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension fetches the latesst threads of lowyat kopitiam forum.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kopitiam Kopitiam
ID fejdjlegelddjhmnmhoeokeaigeckmmj
URL Chính Thức https://chrome.google.com/webstore/detail/kopitiam/fejdjlegelddjhmnmhoeokeaigeckmmj
Mô tả This extension fetches the first page of threads in kopitiam
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.53
Cập Nhật Lần Cuối 2015-05-10
Ngày Phát Hành 2015-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Voon Ming Hann
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}