Reorder List/Library Columns
Reorder List/Library Columns
Reorder List/Library Columns क्या है?
Reorder List/Library Columns Atish Kumar Dipongkor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reorder List/Library Columns"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reorder List/Library Columns एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's a tool for SharePoint users and developers. This tool will help to reorder list or library columns. At first login into SharePoint site and then click on the extension icon. In the popup window select your list and content type. You will find all columns in the table. Now reorder columns using mouse drag drop and finally click on apply button. It's a open source project. So you are always welcome to contribute in it. https://github.com/dipongkor/reorder-rolumns.git
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fmmkacoijdknmnjjphlhjccioediljlp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reorder-listlibrary-colum/fmmkacoijdknmnjjphlhjccioediljlp |
विवरण | Reorder List/Library Columns |
फ़ाइल का आकार | 346 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2016-01-27 |
प्रकाशन तिथि | 2016-01-27 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Atish Kumar Dipongkor |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dipongkor/reorder-rolumns |
सहायता पृष्ठ URL | https://github.com/dipongkor/reorder-rolumns/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reorder List\/Library Columns", "description": "Reorder List\/Library Columns", "version": "1.0.2", "browser_action": { "default_icon": { "19": "Icons\/AppIcon19.png", "38": "Icons\/AppIcon38.png" }, "default_popup": "index.html" }, "icons": { "16": "Icons\/AppIcon16.png", "32": "Icons\/AppIcon32.png", "48": "Icons\/AppIcon48.png", "96": "Icons\/AppIcon96.png", "128": "Icons\/AppIcon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "https:\/\/github.com\/dipongkor\/reorder-rolumns", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlI5Wd0JBKr2XI2rSwMCLJxvL9RIlsGbmWYPj8FGqibDbLyp3LsO3W7SjECE8aeWkA5Q9P3So2hL+EoQN1TezAyHjEbSIDsRYBcG3wQaBfwS8rP5ERKezbxkJn9TBi6PAnr9jmm1794idyW\/exlYwu0RQrCKS9x3Sk8f1VKtVLEefPz+QiMJfHWNV2+4m4IbJC748CIMOJQNSg+7wk91uiOoxRIofxLfd+skPFBtXJx32KOpee9pwhDTf9vdTaa\/7QZq1CI5pBNLbrJ56r1xIk+NaHew0T4QVHbGfB7f\/nfxaWmL+OincrwMRItmvvZMAAfkc5aI\/P50aTYvjsd804QIDAQAB" } |