Copy text without spaces - amaz.in/g
Copy quick and easy the selected text without spaces and formatting to the clipboard.
¿Qué es Copy text without spaces - amaz.in/g?
Copy text without spaces - amaz.in/g es una extensión de Chrome desarrollada por Houbit UG (haftungsbeschränkt) & Co. KG, y su función principal es "Copy quick and easy the selected text without spaces and formatting to the clipboard.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy text without spaces - amaz.in/g
Descarga archivos de extensión Copy text without spaces - amaz.in/g en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Do you have questions, suggestions, improvements, criticism or any other feedback? Then send us an e-mail at: [email protected] Imprint (App-Developer): http://amaz.in/g/de-DE/impressum.html
Información Básica de la Extensión
Nombre | Copy text without spaces - amaz.in/g |
ID | eneceapeknmndclhpphgniekmnnlajjb |
URL Oficial | https://chromewebstore.google.com/detail/copy-text-without-spaces/eneceapeknmndclhpphgniekmnnlajjb |
Descripción | Copy quick and easy the selected text without spaces and formatting to the clipboard. |
Tamaño del Archivo | 185 KB |
Cantidad de Instalaciones | 3,328 |
Versión Actual | 1.0 |
Última Actualización | 2014-05-19 |
Fecha de Publicación | 2014-05-18 |
Calificación | 4.18/5 Total de 11 Calificaciones |
Desarrollador | Houbit UG (haftungsbeschränkt) & Co. KG |
Tipo de Pago | free |
Idiomas Soportados | de,en-GB,en-US,fr,es,it,pt-BR,ru,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "description": "__MSG_chrome_extension_description__", "version": "1.0", "default_locale": "en_US", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "69": "img\/icon_69.png", "128": "img\/icon_128.png" }, "permissions": [ "contextMenus", "*:\/\/amaz.in\/*", "*:\/\/*.amaz.in\/*" ], "background": { "scripts": [ "assets\/jquery\/jquery-1.11.0.min.js", "js\/ctws.js" ] }, "minimum_chrome_version": "24", "manifest_version": 2 } |