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”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |