ix.io-syntax

ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter

O que é ix.io-syntax?

ix.io-syntax é uma extensão do Chrome desenvolvida por xero, e sua principal característica é "ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ix.io-syntax

Baixe arquivos de extensão ix.io-syntax 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

                        http://ix.io & http://sprunge.us & http://clbin.com & http://p.defau.lt & http://pub.iotek.org - syntax highlighter chrome extension. select from 49 themes and save your settings for each individual site. or disable it for a inconvenient paste. 

- http://ix.io/fHi
- http://sprunge.us/AZHT
- http://clbin.com/zX6A6
- http://pub.iotek.org/p/wL3cc5h
- http://p.defau.lt/?mLOHE89DMhJ61TjvE7D0fg

feel free to fork it on github!
http://git.io/ixio-syntax

powered by

- highlight - https://highlightjs.org
- grunt - http://gruntjs.com
- sass - http://sass-lang.com
- node - http://nodejs.org

language support

- 1C
- AVR Assembler
- ActionScript
- Apache
- AppleScript
- AsciiDoc
- AspectJ
- AutoHotkey
- Axapta
- Bash
- Brainfuck
- C#
- C++
- CMake
- CSS
- Cap’n Proto
- Clojure
- Clojure REPL
- CoffeeScript
- D
- DOS .bat
- Dart
- Delphi
- Diff
- Django
- Dust
- ERB (Embedded Ruby)
- Elixir
- Erlang
- Erlang REPL
- F#
- FIX
- G-code (ISO 6983)
- GLSL
- Gherkin
- Go
- Gradle
- Groovy
- Haml
- Handlebars
- Haskell
- Haxe
- HTML
- HTTP
- Ini
- Intel x86 Assembly
- Java
- JavaScript
- JSON
- Lasso
- Less
- Lisp
- LiveCode
- LiveScript
- Lua
- Makefile
- Markdown
- MEL
- Mathematica
- Matlab
- Mercury
- Mizar
- Monkey
- Nginx
- NSIS
- Nimrod
- Nix
- Objective C
- OCaml
- Oracle Rules Language
- Oxygene
- Parser3
- Perl
- PHP
- PowerShell
- Processing
- Protocol Buffers
- Puppet
- Python
- Python profile
- Q
- R
- RenderMan RIB
- RenderMan RSL
- Roboconf
- Ruby
- Rust
- SCSS
- SML
- STEP Part 21 (ISO 10303-21)
- Scala
- Scheme
- Scilab
- Smali
- Smalltalk
- SQL
- Stata
- Stylus
- Swift
- Tcl
- TeX
- Thrift
- Twig
- TypeScript
- VB.NET
- VBScript
- VBScript in HTML
- VHDL
- Vala
- Verilog
- Vim Script
- XL
- XML                    

Informações Básicas da Extensão

Nome ix.io-syntax ix.io-syntax
ID fjapilgdigpoemngloibjajbgaccfjin
URL Oficial https://chrome.google.com/webstore/detail/ixio-syntax/fjapilgdigpoemngloibjajbgaccfjin
Descrição ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter
Tamanho do Arquivo 192 KB
Contagem de Instalações 328
Versão Atual 1.2.6
Última Atualização 2015-01-31
Data de Publicação 2015-01-31
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor xero
Tipo de Pagamento free
Site da Extensão http://git.io/ixio-syntax
URL da Página de Ajuda https://github.com/xero/ix.io-syntax/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ix.io-syntax",
    "short_name": "syntax highlighter for command line paste sites",
    "description": "ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter",
    "version": "1.2.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ui\/js\/extension.js"
            ],
            "matches": [
                "*:\/\/ix.io\/*",
                "*:\/\/sprunge.us\/*",
                "*:\/\/clbin.com\/*",
                "*:\/\/p.defau.lt\/*",
                "*:\/\/pub.iotek.org\/p\/*"
            ],
            "exclude_globs": [
                "*.png",
                "*.jpg",
                "*.jpeg",
                "*.gif"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "ui\/js\/extension.js",
        "ui\/js\/libs.min.js",
        "ui\/css\/ixio.min.css",
        "ui\/img\/brown_papersq.png",
        "ui\/img\/school_book.png",
        "ui\/img\/pojoaque.jpg"
    ]
}