Github Wiki LiveEdit
Adding live editing features into Github wiki.
O que é Github Wiki LiveEdit?
Github Wiki LiveEdit é uma extensão do Chrome desenvolvida por Yuya Hashimoto, e sua principal característica é "Adding live editing features into Github wiki.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Wiki LiveEdit
Baixe arquivos de extensão Github Wiki LiveEdit 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
Adding live editing features into Github wiki.
Informações Básicas da Extensão
Nome | |
ID | hlldlinpdlhfhbdihggmipnjgbaibfnc |
URL Oficial | https://chromewebstore.google.com/detail/github-wiki-liveedit/hlldlinpdlhfhbdihggmipnjgbaibfnc |
Descrição | Adding live editing features into Github wiki. |
Tamanho do Arquivo | 12.37 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.0.3 |
Última Atualização | 2016-05-03 |
Data de Publicação | 2016-05-03 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Yuya Hashimoto |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/yuya/github-wiki-live-edit |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Wiki LiveEdit", "description": "Adding live editing features into Github wiki.", "version": "1.0.3", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": "img\/icon-19.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/wiki\/*\/_edit", "https:\/\/github.com\/*\/wiki\/_new" ], "css": [ "css\/style.css" ], "js": [ "js\/content_script.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/[email protected]", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "img\/*.png", "img\/*.gif" ], "manifest_version": 2 } |