Copy&Paster
The application to ease the material collected in the paste while browsing.
What is Copy&Paster?
Copy&Paster is a Chrome extension developed by Phiyory, and its main feature is "The application to ease the material collected in the paste while browsing.".
Extension Screenshots
Download Copy&Paster Extension CRX File
Download Copy&Paster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ネット巡回中に見つけた良いフレーズをコピペするために、いちいちメモ帳を開いていた微妙な面倒さが省けます。 1,ウェブページ上の【文字を選択した状態】で右クリック。 2,コンテキストメニューに追加された『~をコピペでメモる』をクリック。 3,右上アイコンに選択した文字がコピーされます。 [どんな感じ?] ・シンプル・イズ・ベスト。 ・ブラウザを閉じてもコピペしたものは消えない。(ローカルストレージに保存) ・Copyボタンで一括してクリップボードにコピー出来る。
Extension Basic Information
Name | Copy&Paster |
ID | pjacaegmadgnakiegpmedhbpfoecmfop |
Official URL | https://chromewebstore.google.com/detail/copypaster/pjacaegmadgnakiegpmedhbpfoecmfop |
Description | The application to ease the material collected in the paste while browsing. |
File Size | 55.37 KB |
Installation Count | 1,083 |
Current Version | 1.0.0 |
Last Updated | 2014-10-14 |
Publish Date | 2014-10-14 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Phiyory |
Payment Type | free |
Supported Languages | 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 } |