Semi-Colon List Delimiter
This extension will convert a list of multiple values into a semi-colon delimited text-string.
Wat is Semi-Colon List Delimiter?
Semi-Colon List Delimiter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will convert a list of multiple values into a semi-colon delimited text-string.".
Extensie Screenshots
Download het CRX-bestand van de extensie Semi-Colon List Delimiter
Download Semi-Colon List Delimiter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Semi-Colon List Delimiter |
ID | ldmhlfmikjfnpepnkcnepibmobdoeklc |
Officiële URL | https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc |
Beschrijving | This extension will convert a list of multiple values into a semi-colon delimited text-string. |
Bestandsgrootte | 7.52 KB |
Aantal Installaties | 1,096 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2019-05-07 |
Publicatiedatum | 2019-05-07 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |