Always Copy
A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.
Wat is Always Copy?
Always Copy is een Chrome-extensie ontwikkeld door japamat, en de belangrijkste functie is "A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.".
Extensie Screenshots
Download het CRX-bestand van de extensie Always Copy
Download Always 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
Lets you copy highlighted text to your clip board even when the page doesn't allow you to do so by right clicking the traditional copy button or using ⌘ + c (windows: ctrl + c) doesn't work.
Basisinformatie over de Extensie
Naam | Always Copy |
ID | pfiieiadpcemdkcaaicekbiokgnojnim |
Officiële URL | https://chromewebstore.google.com/detail/always-copy/pfiieiadpcemdkcaaicekbiokgnojnim |
Beschrijving | A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work. |
Bestandsgrootte | 6.92 KB |
Aantal Installaties | 288 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-06-17 |
Publicatiedatum | 2020-06-16 |
Ontwikkelaar | japamat |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Copy", "version": "1.0", "description": "A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "images\/copy_16.png", "32": "images\/copy_32.png", "48": "images\/copy_48.png", "128": "images\/copy_128.png" } }, "icons": { "16": "images\/copy_16.png", "32": "images\/copy_32.png", "48": "images\/copy_48.png", "128": "images\/copy_128.png" }, "manifest_version": 2 } |