Enable Spreadsheet Copy
Allow selecting, copying, pasting and right clicking in some restricted sheets.
Enable Spreadsheet Copy là gì?
Enable Spreadsheet Copy là một tiện ích mở rộng Chrome được phát triển bởi Justin Shenk, và tính năng chính của nó là "Allow selecting, copying, pasting and right clicking in some restricted sheets.".
Ả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 Enable Spreadsheet Copy
Tải xuống các tệp mở rộng Enable Spreadsheet Copy 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
Sheet Copier opens a google sheet in a new tab in preview mode for previewing a sheet. 1. Click 'Open Copyable Sheet' 2. Select all and copy (Cmd/Ctrl+A, Cmd/Ctrl+C) 3. Open new Google Sheet 4. Paste into new sheet (Cmd/Ctrl+V)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enable Spreadsheet Copy |
ID | kpejegeplfmfcdaelkmmjlnijkejigpg |
URL Chính Thức | https://chromewebstore.google.com/detail/enable-spreadsheet-copy/kpejegeplfmfcdaelkmmjlnijkejigpg |
Mô tả | Allow selecting, copying, pasting and right clicking in some restricted sheets. |
Kích Thước Tệp | 98.19 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2020-05-16 |
Ngày Phát Hành | 2020-05-16 |
Đánh Giá | 3.90/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Justin Shenk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/justinshenk/sheet-copier |
URL Trang Trợ Giúp | https://github.com/justinshenk/sheet-copier/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Spreadsheet Copy", "description": "Allow selecting, copying, pasting and right clicking in some restricted sheets.", "version": "0.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Enable copy", "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |