Copy text without spaces - amaz.in/g

Copy quick and easy the selected text without spaces and formatting to the clipboard.

Copy text without spaces - amaz.in/g란 무엇입니까?

Copy text without spaces - amaz.in/g은(는) Houbit UG (haftungsbeschränkt) & Co. KG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy quick and easy the selected text without spaces and formatting to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot

Copy text without spaces - amaz.in/g 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you have questions, suggestions, improvements, criticism or any other feedback?
Then send us an e-mail at: [email protected]

Imprint (App-Developer):
http://amaz.in/g/de-DE/impressum.html                    

확장 프로그램 기본 정보

이름 Copy text without spaces - amaz.in/g Copy text without spaces - amaz.in/g
ID eneceapeknmndclhpphgniekmnnlajjb
공식 URL https://chromewebstore.google.com/detail/copy-text-without-spaces/eneceapeknmndclhpphgniekmnnlajjb
설명 Copy quick and easy the selected text without spaces and formatting to the clipboard.
파일 크기 185 KB
설치 횟수 3,328
현재 버전 1.0
최근 업데이트 2014-05-19
출시 날짜 2014-05-18
평점 4.18/5 총 11 개의 평점
개발자 Houbit UG (haftungsbeschränkt) & Co. KG
결제 유형 free
지원되는 언어 de,en-GB,en-US,fr,es,it,pt-BR,ru,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.0",
    "default_locale": "en_US",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "69": "img\/icon_69.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "*:\/\/amaz.in\/*",
        "*:\/\/*.amaz.in\/*"
    ],
    "background": {
        "scripts": [
            "assets\/jquery\/jquery-1.11.0.min.js",
            "js\/ctws.js"
        ]
    },
    "minimum_chrome_version": "24",
    "manifest_version": 2
}