Outline me
Quickly get an article in outline.com
O que é Outline me?
Outline me é uma extensão do Chrome desenvolvida por Lucas Coelho @coelhucas, e sua principal característica é "Quickly get an article in outline.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Outline me
Baixe arquivos de extensão Outline me 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
Became one shortcut from an outline.com version of the current opened article! Easily redirects you to an outline.com/current-tab-url Shortcuts: ⌘ +⇧+O (Option+Shift+O - macOS) ⌃ +⇧+O (Alt+Shift+O - other OS)
Informações Básicas da Extensão
Nome | Outline me |
ID | hgbhppchgchgfpgkmifbkolaeadghfjo |
URL Oficial | https://chromewebstore.google.com/detail/outline-me/hgbhppchgchgfpgkmifbkolaeadghfjo |
Descrição | Quickly get an article in outline.com |
Tamanho do Arquivo | 11.92 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.0 |
Última Atualização | 2021-09-28 |
Data de Publicação | 2021-09-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Lucas Coelho @coelhucas |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/coelhucas/outline-me |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outline me", "description": "Quickly get an article in outline.com", "permissions": [ "activeTab" ], "version": "1.0", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "commands": { "run_outline_me": { "suggested_key": { "default": "Ctrl+Shift+O" }, "description": "Run Outline me on current page" } }, "action": { "default_title": "Redirects to an outline.com version of the article." }, "background": { "service_worker": "background.js" } } |