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ファイルをダウンロード

Copy&Paster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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
}