Semi-Colon List Delimiter
This extension will convert a list of multiple values into a semi-colon delimited text-string.
Co je Semi-Colon List Delimiter?
Semi-Colon List Delimiter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension will convert a list of multiple values into a semi-colon delimited text-string.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Semi-Colon List Delimiter
Stáhněte si soubory rozšíření Semi-Colon List Delimiter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ldmhlfmikjfnpepnkcnepibmobdoeklc |
| Oficiální URL | https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc |
| Popis | This extension will convert a list of multiple values into a semi-colon delimited text-string. |
| Velikost souboru | 7.52 KB |
| Počet instalací | 1,096 |
| Aktuální Verze | 1.8.1 |
| Poslední Aktualizace | 2019-05-07 |
| Datum Vydání | 2019-05-07 |
| Hodnocení | 5.00/5 Celkem 6 Hodnocení |
| Vývojář | Unknown |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
} | |