Kopitiam

This extension fetches the first page of threads in kopitiam

What is Kopitiam?

Kopitiam is a Chrome extension developed by Voon Ming Hann, and its main feature is "This extension fetches the first page of threads in kopitiam".

Extension Screenshots

screenshot

Download Kopitiam Extension CRX File

Download Kopitiam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension fetches the latesst threads of lowyat kopitiam forum.

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

Extension Basic Information

Name Kopitiam Kopitiam
ID fejdjlegelddjhmnmhoeokeaigeckmmj
Official URL https://chrome.google.com/webstore/detail/kopitiam/fejdjlegelddjhmnmhoeokeaigeckmmj
Description This extension fetches the first page of threads in kopitiam
File Size 104 KB
Installation Count 15
Current Version 1.53
Last Updated 2015-05-10
Publish Date 2015-05-10
Rating 5.00/5 Total 1 Ratings
Developer Voon Ming Hann
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}