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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |