Code Cola

Code Cola is a chrome extension for editing online pages' css style visually.

Code Cola란 무엇입니까?

Code Cola은(는) https://www.zhouqicf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Code Cola is a chrome extension for editing online pages' css style visually."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Code Cola 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Source: https://github.com/zhouqicf/code-cola
Document: http://www.zhouqicf.com/code-cola
CodeCola Patterns: http://codecolapatterns.com

Code Cola is a chrome extension to generate css visibility.

== 3.5.0 (2013-05-01) ==
1. new ui
2. remove note function
3. optimize eye function
4. add "text-align: justify" support

== 3.4.3 (2012-05-27) ==
1. linear-gradient support any degree
2. when alpha is 1, return rgb color replace rgba
3. "-webkit-linear-gradient" replace "-webkit-gradient('linear', ..."

== 3.4.2 (2012-05-25) ==
1. fix some private property
2. update small banner

== 3.4.1 (2012-04-04) ==
1. fix linear-gradient bug

== 3.4.0 (2012-03-27) ==
1. support "background" property
2. Increase the compatibility instructions

== 3.3.0 (2011-11-03) ==
1. support publish code to CodeColaPatterns.com
2. bug fix

== 3.2.1 (2011-08-31) ==
1. fix add notes bug

== 3.2.0 updates (2011-08-30) ==
1. support "-webkit-text-stroke"
2. press "f", can find element by css selector your enter
3. set opacity when show current elements (mouse over the "?" on panel)
4. optimize the animation of popups' fade in
5. fix gradient bug

== 3.1.0 updates ( 2011-08-0?) ==
1. support "transform" 2d
2. add lots of font-family

== 3.0.1 updates ( 2011-08-02) ==
1. fix inspect element function
2. modify description

== 3.0.0 updates ( 2011-07-24) ==
1. codecola is powered by YUI3 now, It becomes more stable and powerful
2. all number inputs support html5 number input
3. codecola can run in a non-chrome extension environment perfectly, like safari. ( the broswer must support html5 forms )
4. code-cola-widget has been separated from codecola, here is the source on github(https://github.com/zhouqicf/code-cola-widget)

== 2.4.0 updates ( 2011-06-04) ==
1. support -webkit-box-reflect
2. support -webkit-mask-image
3. add transparent background image on every color input
4. optimize code

== 2.3.0 updates ( 2011-04-21) ==
1. change relative url to absolute url when use get link function
2. support rgba
3. -ms-linear-gradient
4. opacity control
5. fix linear-gradient bug

== 2.2.0 updates ( 2011-04-04) ==
1. support "-moz-linear-gradient" and "-o-linear-gradient"
2. fix: select multi-element width "command" on mac
3. fix: drag the panel out of screen
4. fix: can't prevent events which were created by developers

== 2.1.2 updates ( 2011-02-09) ==
1. change default local to "en"

== 2.1.0 updates ( 2011-02-05) ==
1. add CSS3 linear gradient
2. add a function for sending modified pages to server, return a link to user
3. optimize code

== 2.0.0 updates ( 2011-01-15 ) ==
1. extension name changed "Visual Firebug" to "Code Cola"
2. add note function ( fix "\n" replace "
" bug in 2.0.1 ) 3. add a function of one-off increase, modify, and delete multiple css properties 4. add support for css3 private property of "-moz", etc. 5. the version representation change "x.xx" to "x.x.x" 6. remind users to save the resulte when he left == 1.15 updates ( 2011-01-09 ) == 1. Fixed text shadow and box shadow's angle control is opposite to Photoshop 2. Fixed text shadow and box shadow's controls can not be initialized after select elements 3. add a "spread" parameter to box shadow 4. adjusted some range controls' max attribute == 1.14 updates ( 2010-12-31 ) == i18n support,include "en" and "zh_CN". == 1.13 updates ( 2010-12-30 ) == change the logo. == 1.12 updates ( 2010-12-27 ) == 1. Add a function to close the extension. 2. alter the resion when the extension can't init,for examples: 2.1. local pages "file:\\\" 2.2. chrome.google.com 2.3. chrome:// == 1.1 updates ( 2010-12-17 ) == 1. free select width ctrl. 2. show the current node. 3. add "about" information. 4. fix a bug that style is calculating when draging the panel. 5. correct style pollution.

확장 프로그램 기본 정보

이름 Code Cola Code Cola
ID lomkpheldlbkkfiifcbfifipaofnmnkn
공식 URL https://chromewebstore.google.com/detail/code-cola/lomkpheldlbkkfiifcbfifipaofnmnkn
설명 Code Cola is a chrome extension for editing online pages' css style visually.
파일 크기 189 KB
설치 횟수 31,782
현재 버전 3.5.0
최근 업데이트 2013-05-01
출시 날짜 2013-05-01
평점 4.63/5 총 188 개의 평점
개발자 https://www.zhouqicf.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.zhouqicf.com/code-cola
도움말 페이지 URL http://www.zhouqicf.com/code-cola
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "3.5.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "cc-off.png",
        "default_title": "Code Cola(off)"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "font\/fontawesome-webfont.ttf",
        "font\/fontawesome-webfont.woff",
        "128.png"
    ]
}