hangout now!
get hangout links quickly
什么是hangout now!?
hangout now!是由Dayvson Lima开发的Chrome扩展程序,该扩展的主要功能是“get hangout links quickly”。
扩展截图
下载hangout now!扩展crx文件
下载hangout now!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Obtenha links de hangout rapidamente.
Este aplicativo le ajuda a obter links para chamadas do hangout apenas clicando sobre o botão da extensão do Google Chrome 扩展基本信息
| 名称 | |
| ID | lcpjhmeildkcpnohidhmelpledbijphp |
| 官方URL | https://chrome.google.com/webstore/detail/hangout-now/lcpjhmeildkcpnohidhmelpledbijphp |
| 简介 | get hangout links quickly |
| 文件大小 | 17.2 KB |
| 安装次数 | 593 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2015-06-12 |
| 上架时间 | 2015-06-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Dayvson Lima |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/hang-16.png",
"128": "images\/hang-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/chromereload.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/hang-19.png",
"38": "images\/hang-38.png"
},
"default_title": "Get Hangout Now!",
"default_popup": "popup.html"
},
"options_page": "options.html",
"omnibox": {
"keyword": "Fast Hangout Links"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"history",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |