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ファイルをダウンロード

Wide Worksplace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}