Semi-Colon List Delimiter

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

Qu'est-ce que Semi-Colon List Delimiter ?

Semi-Colon List Delimiter est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will convert a list of multiple values into a semi-colon delimited text-string.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Semi-Colon List Delimiter

Téléchargez les fichiers d'extension Semi-Colon List Delimiter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Semi-Colon List Delimiter Semi-Colon List Delimiter
ID ldmhlfmikjfnpepnkcnepibmobdoeklc
URL Officiel https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc
Description This extension will convert a list of multiple values into a semi-colon delimited text-string.
Taille du Fichier 7.52 KB
Nombre d'Installations 1,096
Version Actuelle 1.8.1
Dernière Mise à Jour 2019-05-07
Date de Publication 2019-05-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}