Copy & Paste
The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…
Copy & Paste là gì?
Copy & Paste là một tiện ích mở rộng Chrome được phát triển bởi gal.bogdan2015, và tính năng chính của nó là "The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copy & Paste
Tải xuống các tệp mở rộng Copy & Paste dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have quick access to them. Save the data you need with one click by simply copying it. Just use Ctrl+c.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy & Paste |
ID | oijiikmgkljldpbpddpmhiblpgkciobn |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-paste/oijiikmgkljldpbpddpmhiblpgkciobn |
Mô tả | The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have… |
Kích Thước Tệp | 81.47 KB |
Số Lần Cài Đặt | 889 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-29 |
Ngày Phát Hành | 2020-06-28 |
Nhà Phát Triển | gal.bogdan2015 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy & Paste", "version": "1.0", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "manifest_version": 2, "permissions": [ "activeTab", "*:\/\/fonts.googleapis.com\/*", "storage" ], "background": { "scripts": [ "js\/libs\/jquery-3.2.1.min.js", "js\/libs\/safeResponse.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/oncopy.js" ] } ], "browser_action": { "default_title": "Copy & Paste", "default_icon": "img\/logo64.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |