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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Crossover Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/"
    ]
}