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.
扩展基本信息
名称 | Crossover Chrome Extension |
ID | ldioohgilefagnheacoadblbnijeicln |
官方URL | 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\/" ] } |