CopyPaste

Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.

CopyPaste란 무엇입니까?

CopyPaste은(는) Felipe Nolleto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Permite que você salve frases ou palavras que você usa com frequência, e copia-las para área de transferência ou colar direto no lugar aonde você deseja.                    

확장 프로그램 기본 정보

이름 CopyPaste CopyPaste
ID icmoogdmojecgjphlaghlciiajddhljm
공식 URL https://chromewebstore.google.com/detail/copypaste/icmoogdmojecgjphlaghlciiajddhljm
설명 Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.
파일 크기 88.7 KB
설치 횟수 71
현재 버전 1.0.1
최근 업데이트 2015-01-13
출시 날짜 2015-01-13
평점 5.00/5 총 1 개의 평점
개발자 Felipe Nolleto
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nolleto/CopyPaste
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyPaste",
    "description": "Guarde frases que voc\u00ea geralmente usa todos os dias e copie ou cole elas facilmente.",
    "version": "1.0.1",
    "permissions": [
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_copy.png",
        "default_popup": "\/html\/index.html"
    },
    "background": {
        "page": "\/html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon_copy.png",
        "48": "\/images\/icon_copy.png",
        "128": "\/images\/icon_copy.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}