Crossover Chrome Extension
Crossover Chrome Extension to get URL from active tab
什麼是Crossover Chrome Extension?
Crossover Chrome Extension是由crossover開發的Chrome擴展程式,該擴展的主要功能是“Crossover Chrome Extension to get URL from active tab”。
擴展截圖
下載Crossover Chrome Extension擴展crx文件
下載Crossover Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Crossover Chrome extension is a helper extension for Crossover productivity tool and is used to fetch URL of the Active Tab in Chrome. Its fetch the URL and pass it to a service already running on port 44340 on the localhost. Crossover productivity tool is used to measure the productivity of contractors working for Crossover or clients of crossover. 擴展基本資訊
| 名稱 | |
| ID | ldioohgilefagnheacoadblbnijeicln |
| 官方網址 | https://chromewebstore.google.com/detail/crossover-chrome-extensio/ldioohgilefagnheacoadblbnijeicln |
| 簡介 | Crossover Chrome Extension to get URL from active tab |
| 檔案大小 | 6.75 KB |
| 安裝次數 | 5,436 |
| 目前版本 | 1.13 |
| 更新時間 | 2016-08-16 |
| 上架時間 | 2016-08-15 |
| 評分 | 3.36/5 共 11 次評分 |
| 開發者 | crossover |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.crossover.com/x/documents/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crossover Chrome Extension",
"short_name": "Crossover",
"description": "Crossover Chrome Extension to get URL from active tab",
"version": "1.13",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"urlgrabber.js"
],
"persistent": false
},
"permissions": [
"tabs",
"http:\/\/localhost:43343\/"
]
} | |