Simplify Overleaf
Simplify your overleaf to focus on editing!
O que é Simplify Overleaf?
Simplify Overleaf é uma extensão do Chrome desenvolvida por weigq1234, e sua principal característica é "Simplify your overleaf to focus on editing!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simplify Overleaf
Baixe arquivos de extensão Simplify Overleaf 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
There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing!
Informações Básicas da Extensão
Nome | Simplify Overleaf |
ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
URL Oficial | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
Descrição | Simplify your overleaf to focus on editing! |
Tamanho do Arquivo | 1.37 MB |
Contagem de Instalações | 36 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-11-14 |
Data de Publicação | 2021-11-11 |
Desenvolvedor | weigq1234 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/weigq/simplify_overleaf |
URL da Página de Ajuda | https://github.com/weigq/simplify_overleaf |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Overleaf", "description": "Simplify your overleaf to focus on editing!", "version": "1.0.3", "homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": [], "icons": { "128": "\/logo-128.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "\/thirdparty\/jquery.min.js", "\/thirdparty\/ResizeSensor.js", "\/thirdparty\/ElementQueries.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |