Copy&Paster

The application to ease the material collected in the paste while browsing.

Copy&Paster란 무엇입니까?

Copy&Paster은(는) Phiyory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The application to ease the material collected in the paste while browsing."입니다.

확장 프로그램 스크린샷

screenshot

Copy&Paster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ネット巡回中に見つけた良いフレーズをコピペするために、いちいちメモ帳を開いていた微妙な面倒さが省けます。

1,ウェブページ上の【文字を選択した状態】で右クリック。
2,コンテキストメニューに追加された『~をコピペでメモる』をクリック。
3,右上アイコンに選択した文字がコピーされます。

[どんな感じ?]
・シンプル・イズ・ベスト。
・ブラウザを閉じてもコピペしたものは消えない。(ローカルストレージに保存)
・Copyボタンで一括してクリップボードにコピー出来る。                    

확장 프로그램 기본 정보

이름 Copy&Paster Copy&Paster
ID pjacaegmadgnakiegpmedhbpfoecmfop
공식 URL https://chromewebstore.google.com/detail/copypaster/pjacaegmadgnakiegpmedhbpfoecmfop
설명 The application to ease the material collected in the paste while browsing.
파일 크기 55.37 KB
설치 횟수 1,083
현재 버전 1.0.0
최근 업데이트 2014-10-14
출시 날짜 2014-10-14
평점 4.75/5 총 4 개의 평점
개발자 Phiyory
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "minimum_chrome_version": "30.0.1599.101",
    "default_locale": "ja",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}