Capture Me

Current tab instant capture

Capture Me란 무엇입니까?

Capture Me은(는) Oh! My Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Current tab instant capture"입니다.

확장 프로그램 스크린샷

screenshot

Capture Me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Permet de capturer les pages web                    

확장 프로그램 기본 정보

이름 Capture Me Capture Me
ID keeebdkffeppbjbbmmkifgkhkhldebce
공식 URL https://chromewebstore.google.com/detail/capture-me/keeebdkffeppbjbbmmkifgkhkhldebce
설명 Current tab instant capture
파일 크기 19.99 KB
설치 횟수 22
현재 버전 1.0.0
최근 업데이트 2019-04-13
출시 날짜 2019-04-13
평점 4.50/5 총 2 개의 평점
개발자 Oh! My Tech
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "name": "Capture Me",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Current tab instant capture",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "split",
    "minimum_chrome_version": "22.0",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "Capture Now!"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}