Enable Spreadsheet Copy
Allow selecting, copying, pasting and right clicking in some restricted sheets.
Wat is Enable Spreadsheet Copy?
Enable Spreadsheet Copy is een Chrome-extensie ontwikkeld door Justin Shenk, en de belangrijkste functie is "Allow selecting, copying, pasting and right clicking in some restricted sheets.".
Extensie Screenshots
Download het CRX-bestand van de extensie Enable Spreadsheet Copy
Download Enable Spreadsheet Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kpejegeplfmfcdaelkmmjlnijkejigpg | 
| Officiële URL | https://chromewebstore.google.com/detail/enable-spreadsheet-copy/kpejegeplfmfcdaelkmmjlnijkejigpg | 
| Beschrijving | Allow selecting, copying, pasting and right clicking in some restricted sheets. | 
| Bestandsgrootte | 98.19 KB | 
| Aantal Installaties | 20,000 | 
| Huidige Versie | 0.3 | 
| Laatst Bijgewerkt | 2020-05-16 | 
| Publicatiedatum | 2020-05-16 | 
| Beoordeling | 3.90/5 Totaal 20 Beoordelingen | 
| Ontwikkelaar | Justin Shenk | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/justinshenk/sheet-copier | 
| Help Pagina-URL | https://github.com/justinshenk/sheet-copier/issues | 
| Ondersteunde Talen | 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'"
}  |  |