Pocket Channel-i
Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.
什么是Pocket Channel-i?
Pocket Channel-i是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.”。
扩展截图
下载Pocket Channel-i扩展crx文件
下载Pocket Channel-i扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing Pocket Channel-I! Now accessing your intranet applications and staying in sync with Channel-I is easier than ever before!
扩展基本信息
名称 | |
ID | bmdldmogfobfbhfbifklclnbacoojknk |
官方URL | https://chromewebstore.google.com/detail/pocket-channel-i/bmdldmogfobfbhfbifklclnbacoojknk |
简介 | Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated. |
文件大小 | 299 KB |
安装次数 | 9 |
当前版本 | 2.0 |
更新时间 | 2014-04-06 |
上架时间 | 2014-04-06 |
评分 | 4.86/5 共14次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Channel-i", "description": "Channel i is built around the idea that you must be close to what you need. Stay close, Stay updated.", "version": "2.0", "background": { "scripts": [ "js\/jquery-1.9.1.js", "js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/channeli.in\/*" ], "browser_action": { "default_icon": "images\/icon_inactive.png", "default_popup": "popup.html", "default_name": "Channel-i" } } |