Semi-Colon List Delimiter
This extension will convert a list of multiple values into a semi-colon delimited text-string.
Semi-Colon List Delimiter क्या है?
Semi-Colon List Delimiter Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will convert a list of multiple values into a semi-colon delimited text-string."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Semi-Colon List Delimiter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Semi-Colon List Delimiter |
ID | ldmhlfmikjfnpepnkcnepibmobdoeklc |
आधिकारिक URL | https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc |
विवरण | This extension will convert a list of multiple values into a semi-colon delimited text-string. |
फ़ाइल का आकार | 7.52 KB |
स्थापना संख्या | 1,096 |
वर्तमान संस्करण | 1.8.1 |
अंतिम अपडेट | 2019-05-07 |
प्रकाशन तिथि | 2019-05-07 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |