Kopitiam

This extension fetches the first page of threads in kopitiam

Co to jest Kopitiam?

Kopitiam to rozszerzenie Chrome opracowane przez Voon Ming Hann, a jego główną funkcją jest „This extension fetches the first page of threads in kopitiam”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kopitiam

Pobierz pliki rozszerzeń Kopitiam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension fetches the latesst threads of lowyat kopitiam forum.

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

Podstawowe informacje o rozszerzeniu

Nazwa Kopitiam Kopitiam
ID fejdjlegelddjhmnmhoeokeaigeckmmj
Oficjalny URL https://chrome.google.com/webstore/detail/kopitiam/fejdjlegelddjhmnmhoeokeaigeckmmj
Opis This extension fetches the first page of threads in kopitiam
Rozmiar pliku 104 KB
Liczba instalacji 15
Aktualna Wersja 1.53
Ostatnia Aktualizacja 2015-05-10
Data Publikacji 2015-05-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Voon Ming Hann
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}