Wide Worksplace
Modifies the Workplace so that it can be widely viewed.
O que é Wide Worksplace?
Wide Worksplace é uma extensão do Chrome desenvolvida por STI Gluegent SL Taro KATO, e sua principal característica é "Modifies the Workplace so that it can be widely viewed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wide Worksplace
Baixe arquivos de extensão Wide Worksplace no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Wide Worksplace |
ID | mhdgihccijnfaiojlhfjagcmcilmbgnd |
URL Oficial | https://chromewebstore.google.com/detail/wide-worksplace/mhdgihccijnfaiojlhfjagcmcilmbgnd |
Descrição | Modifies the Workplace so that it can be widely viewed. |
Tamanho do Arquivo | 62.17 KB |
Contagem de Instalações | 65 |
Versão Atual | 2.3 |
Última Atualização | 2019-11-08 |
Data de Publicação | 2019-11-07 |
Desenvolvedor | STI Gluegent SL Taro KATO |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.gluegent.com/privacy |
Idiomas Suportados | 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 } |