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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 Reorder List/Library Columns Reorder List/Library Columns
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"
}