ix.io-syntax

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

Qu'est-ce que ix.io-syntax ?

ix.io-syntax est une extension Chrome développée par xero, et sa fonction principale est "ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ix.io-syntax

Téléchargez les fichiers d'extension ix.io-syntax au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ix.io-syntax ix.io-syntax
ID fjapilgdigpoemngloibjajbgaccfjin
URL Officiel https://chrome.google.com/webstore/detail/ixio-syntax/fjapilgdigpoemngloibjajbgaccfjin
Description ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter
Taille du Fichier 192 KB
Nombre d'Installations 328
Version Actuelle 1.2.6
Dernière Mise à Jour 2015-01-31
Date de Publication 2015-01-31
Évaluation 4.25/5 Total 4 Évaluations
Développeur xero
Type de Paiement free
Site Web de l'Extension http://git.io/ixio-syntax
URL de la Page d'Aide https://github.com/xero/ix.io-syntax/issues
Langues Prises en Charge 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"
    ]
}