Enable Spreadsheet Copy
Allow selecting, copying, pasting and right clicking in some restricted sheets.
Enable Spreadsheet Copy क्या है?
Enable Spreadsheet Copy Justin Shenk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow selecting, copying, pasting and right clicking in some restricted sheets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enable Spreadsheet Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Enable Spreadsheet Copy |
ID | kpejegeplfmfcdaelkmmjlnijkejigpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/enable-spreadsheet-copy/kpejegeplfmfcdaelkmmjlnijkejigpg |
विवरण | Allow selecting, copying, pasting and right clicking in some restricted sheets. |
फ़ाइल का आकार | 98.19 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2020-05-16 |
प्रकाशन तिथि | 2020-05-16 |
रेटिंग | 3.90/5 कुल 20 रेटिंग्स |
डेवलपर | Justin Shenk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/justinshenk/sheet-copier |
सहायता पृष्ठ URL | https://github.com/justinshenk/sheet-copier/issues |
समर्थित भाषाएँ | 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'" } |