Kopitiam

This extension fetches the first page of threads in kopitiam

Что такое Kopitiam?

Kopitiam - это расширение Chrome, разработанное Voon Ming Hann, и его основная функция - "This extension fetches the first page of threads in kopitiam".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Kopitiam

Скачайте файлы расширений 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
Электронная почта [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"
    }
}