Compact View

3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.

Compact View란 무엇입니까?

Compact View은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Compact View 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a custom style that provides a compact view for outlook office365. The style will reduce whitespace, and borders, icons to maximize your workspace.

This compact view works on:

http[s]://outlook.office.com
http[s]://outlook.office365.com

Limited adjustments on Hotmail/Live.com

http[s]://outlook.live.com                    

확장 프로그램 기본 정보

이름 Compact View Compact View
ID npdfmcdicjcimlknokcglcobjbckkmkh
공식 URL https://chromewebstore.google.com/detail/compact-view/npdfmcdicjcimlknokcglcobjbckkmkh
설명 3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.
파일 크기 99.26 KB
설치 횟수 466
현재 버전 1.1.0
최근 업데이트 2017-10-13
출시 날짜 2017-10-12
평점 3.17/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/shadowbq/office365_compact_view_chrome_extension
도움말 페이지 URL https://github.com/shadowbq/office365_compact_view_chrome_extension/issues
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "author": "shadowbq",
    "content_scripts": [
        {
            "css": [
                "css\/compact.css"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*",
                "http:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "http:\/\/outlook.office365.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "description": "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.",
    "name": "Compact View",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/npdfmcdicjcimlknokcglcobjbckkmkh",
    "short_name": "CompactView",
    "version": "1.1.0",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png"
    }
}