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 |
Eメール | [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\/" ] } |