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.”。
擴展截圖
下載Code Cola擴展crx文件
下載Code Cola擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | lomkpheldlbkkfiifcbfifipaofnmnkn |
官方網址 | 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" ] } |