ix.io-syntax

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

ix.io-syntax là gì?

ix.io-syntax là một tiện ích mở rộng Chrome được phát triển bởi xero, và tính năng chính của nó là "ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ix.io-syntax

Tải xuống các tệp mở rộng ix.io-syntax dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ix.io-syntax ix.io-syntax
ID fjapilgdigpoemngloibjajbgaccfjin
URL Chính Thức https://chrome.google.com/webstore/detail/ixio-syntax/fjapilgdigpoemngloibjajbgaccfjin
Mô tả ix.io & sprunge.us & clbin.com & p.defau.lt & pub.iotek.org - syntax highlighter
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 328
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2015-01-31
Ngày Phát Hành 2015-01-31
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển xero
Loại Thanh Toán free
Trang Web Mở Rộng http://git.io/ixio-syntax
URL Trang Trợ Giúp https://github.com/xero/ix.io-syntax/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}