Copy text without spaces - amaz.in/g
Copy quick and easy the selected text without spaces and formatting to the clipboard.
Что такое Copy text without spaces - amaz.in/g?
Copy text without spaces - amaz.in/g - это расширение Chrome, разработанное Houbit UG (haftungsbeschränkt) & Co. KG, и его основная функция - "Copy quick and easy the selected text without spaces and formatting to the clipboard.".
Снимки экрана расширения
Скачать файл CRX расширения Copy text without spaces - amaz.in/g
Скачайте файлы расширений Copy text without spaces - amaz.in/g в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | eneceapeknmndclhpphgniekmnnlajjb |
| Официальный URL | https://chromewebstore.google.com/detail/copy-text-without-spaces/eneceapeknmndclhpphgniekmnnlajjb |
| Описание | Copy quick and easy the selected text without spaces and formatting to the clipboard. |
| Размер файла | 185 KB |
| Количество установок | 3,328 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2014-05-19 |
| Дата публикации | 2014-05-18 |
| Рейтинг | 4.18/5 Всего 11 оценок |
| Разработчик | Houbit UG (haftungsbeschränkt) & Co. KG |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |