Reorder List/Library Columns

Reorder List/Library Columns

什麼是Reorder List/Library Columns?

Reorder List/Library Columns是由Atish Kumar Dipongkor開發的Chrome擴展程式,該擴展的主要功能是“Reorder List/Library Columns”。

擴展截圖

screenshot

下載Reorder List/Library Columns擴展crx文件

下載Reorder List/Library Columns擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Reorder List/Library Columns Reorder List/Library Columns
ID fmmkacoijdknmnjjphlhjccioediljlp
官方網址 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"
}