Copy&Paster
The application to ease the material collected in the paste while browsing.
ما هو Copy&Paster؟
Copy&Paster هو إضافة Chrome تم تطويرها بواسطة Phiyory، والميزة الرئيسية لها هي "The application to ease the material collected in the paste while browsing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy&Paster
قم بتنزيل ملفات الامتداد Copy&Paster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ネット巡回中に見つけた良いフレーズをコピペするために、いちいちメモ帳を開いていた微妙な面倒さが省けます。 1,ウェブページ上の【文字を選択した状態】で右クリック。 2,コンテキストメニューに追加された『~をコピペでメモる』をクリック。 3,右上アイコンに選択した文字がコピーされます。 [どんな感じ?] ・シンプル・イズ・ベスト。 ・ブラウザを閉じてもコピペしたものは消えない。(ローカルストレージに保存) ・Copyボタンで一括してクリップボードにコピー出来る。
معلومات أساسية عن التمديد
الاسم | 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 } |