Copy&Clear
Simple extension to copy and paste text and plain.
Was ist Copy&Clear?
Copy&Clear ist eine Chrome-Erweiterung, die von Luciano Borges entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to copy and paste text and plain.".
Erweiterungsscreenshots
Copy&Clear-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy&Clear-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simple extension to copy and paste text and plain.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pfjhbkgfmakodandnbibhllncbggjngl |
Offizielle URL | https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl |
Beschreibung | Simple extension to copy and paste text and plain. |
Dateigröße | 59.93 KB |
Installationsanzahl | 542 |
Aktuelle Version | 1.38 |
Letztes Update | 2016-03-26 |
Veröffentlichungsdatum | 2016-03-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Luciano Borges |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en,en-US,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_name__", "version": "1.38", "icons": { "16": "images\/socl_016.png", "32": "images\/socl_032.png", "48": "images\/socl_048.png", "128": "images\/socl_128.png" }, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "author": "iAutomate - Integra\u00e7\u00e3o de Sistemas", "browser_action": { "default_icon": "images\/logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus", "clipboardWrite", "notifications", "storage" ], "options_page": "options.html", "web_accessible_resources": [ "images\/socl_048.png" ], "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'", "manifest_version": 2 } |