Copy text without spaces - amaz.in/g

Copy quick and easy the selected text without spaces and formatting to the clipboard.

Co to jest Copy text without spaces - amaz.in/g?

Copy text without spaces - amaz.in/g to rozszerzenie Chrome opracowane przez Houbit UG (haftungsbeschränkt) & Co. KG, a jego główną funkcją jest „Copy quick and easy the selected text without spaces and formatting to the clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy text without spaces - amaz.in/g

Pobierz pliki rozszerzeń Copy text without spaces - amaz.in/g w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy text without spaces - amaz.in/g Copy text without spaces - amaz.in/g
ID eneceapeknmndclhpphgniekmnnlajjb
Oficjalny URL https://chromewebstore.google.com/detail/copy-text-without-spaces/eneceapeknmndclhpphgniekmnnlajjb
Opis Copy quick and easy the selected text without spaces and formatting to the clipboard.
Rozmiar pliku 185 KB
Liczba instalacji 3,328
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-19
Data Publikacji 2014-05-18
Ocena 4.18/5 Łącznie 11 Oceny
Deweloper Houbit UG (haftungsbeschränkt) & Co. KG
Typ Płatności free
Obsługiwane Języki 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
}