Semi-Colon List Delimiter

This extension will convert a list of multiple values into a semi-colon delimited text-string.

Co to jest Semi-Colon List Delimiter?

Semi-Colon List Delimiter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension will convert a list of multiple values into a semi-colon delimited text-string.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Semi-Colon List Delimiter

Pobierz pliki rozszerzeń Semi-Colon List Delimiter 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

                        The purpose of the Semi-Colon List Delimiter Chrome Extension is to allow users to copy a list from some application (a spreadsheet for example), quickly convert it to a semi-colon delimited text-string, and have that text-string automatically copied to the user's clipboard. Users can then paste that text-string into any other application.

This extension was developed specifically for use with online Business Intelligence Tools, to allow users to quickly convert lists of values copied from spreadsheets, into a format that can be quickly pasted into a BI Tool filter-prompt.

This version (1.8), removes trailing spaces from any input values.                    

Podstawowe informacje o rozszerzeniu

Nazwa Semi-Colon List Delimiter Semi-Colon List Delimiter
ID ldmhlfmikjfnpepnkcnepibmobdoeklc
Oficjalny URL https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc
Opis This extension will convert a list of multiple values into a semi-colon delimited text-string.
Rozmiar pliku 7.52 KB
Liczba instalacji 1,096
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2019-05-07
Data Publikacji 2019-05-07
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "name": "Semi-Colon List Delimiter",
    "version": "1.8.1",
    "manifest_version": 2,
    "short_name": "Semi-Colon List Delimiter",
    "description": "This extension will convert a list of multiple values into a semi-colon delimited text-string.",
    "icons": {
        "128": "semi_colon_list_delimiter.png"
    },
    "browser_action": {
        "default_icon": "semi_colon_list_delimiter.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}