Wide Worksplace

Modifies the Workplace so that it can be widely viewed.

Wide Worksplace란 무엇입니까?

Wide Worksplace은(는) STI Gluegent SL Taro KATO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modifies the Workplace so that it can be widely viewed."입니다.

확장 프로그램 스크린샷

screenshot

Wide Worksplace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RELEASE NOTES

2.3 If the number of characters in one line is long, the movement of the line of sight becomes far and difficult to read. When a long sentence is expanded by "... More", it is automatically displayed in columns.
2.2 Fixed not to enlarge OGP image included in shared link.
2.1 Updated configuration and followed new design because workplace domain have changed to *.workplace.com from *.facebook.com.
2.0 Tuned specifically for the new Workplace design. The old design Workplace is no longer supported.
0.4 The image file was broken and it was impossible to install because lineEnding was unix during packaging. Remove lineEnding and publish again.
0.3 Fixed a bug that does not run if the initial page is / profiles or / notifications.
0.2 Published first.                    

확장 프로그램 기본 정보

이름 Wide Worksplace Wide Worksplace
ID mhdgihccijnfaiojlhfjagcmcilmbgnd
공식 URL https://chromewebstore.google.com/detail/wide-worksplace/mhdgihccijnfaiojlhfjagcmcilmbgnd
설명 Modifies the Workplace so that it can be widely viewed.
파일 크기 62.17 KB
설치 횟수 65
현재 버전 2.3
최근 업데이트 2019-11-08
출시 날짜 2019-11-07
개발자 STI Gluegent SL Taro KATO
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gluegent.com/privacy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icons\/wide-workplace-128.png",
        "48": "icons\/wide-workplace-48.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.workplace.com\/*"
            ],
            "js": [
                "lib\/js\/jquery-3.3.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/*.workplace.com\/*"
    ],
    "web_accessible_resources": [],
    "version": "2.3",
    "manifest_version": 2
}