ix.io-syntax

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

Apa itu ix.io-syntax?

ix.io-syntax adalah ekstensi Chrome yang dikembangkan oleh xero, dan fitur utamanya adalah "ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ix.io-syntax

Unduh file ekstensi ix.io-syntax dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ix.io-syntax ix.io-syntax
ID fjapilgdigpoemngloibjajbgaccfjin
URL Resmi https://chrome.google.com/webstore/detail/ixio-syntax/fjapilgdigpoemngloibjajbgaccfjin
Deskripsi ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter
Ukuran File 192 KB
Jumlah Instalasi 328
Versi Saat Ini 1.2.6
Terakhir Diperbarui 2015-01-31
Tanggal Publikasi 2015-01-31
Penilaian 4.25/5 Total 4 Penilaian
Pengembang xero
Tipe Pembayaran free
Situs Ekstensi http://git.io/ixio-syntax
URL Halaman Bantuan https://github.com/xero/ix.io-syntax/issues
Bahasa yang Didukung 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"
    ]
}