Clear Code

Syntax highlighting and beautifiers for embedded code examples.

Clear Codeคืออะไร?

Clear Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nverba และคุณลักษณะหลักของมันคือ "Syntax highlighting and beautifiers for embedded code examples."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Code

ดาวน์โหลดไฟล์ส่วนขยาย Clear Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

 Clear Code allows you to grab any code examples online from blogs, tutorials or forums, and open them in a distraction free viewer. Great for working with code examples with small fonts, low contrast syntax highlighting, excessive text wrapping or horizontal scrolling. Easily customise the fonts and syntax highlighter scheme to suit your needs. Includes HTML, JS and CSS beautifiers to quickly reformat any condensed or poorly formatted examples. USAGE: Click the Clear Code icon in the browser bar to add a quick open button to any properly formatted 
 code blocks on the page.

Alternatively:

1. Select the text you want to show in Clear Code.

2. Right click to show the context menu.

3. Select 'Open in Clear Code'.

OPTIONS:

Customise the syntax highlighter theme, font styles and beautifiers from the options page. Right click the Clear Code icon in the browser bar, or access via the chrome extensions page.

NOTE: 

In edge cases where code examples have been badly/wrongly formatted, it may not be possible to grab the main text of an example without including the embedded line numbers.

ALSO:

Whilst Clear Code works pretty much anywhere you can select text, you cannot view the content of pages opened with 'view source'. This is a feature of Chrome as of this time. You can however view the content of any linked CSS or JS pages, just not the direct source of the main HTML file.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clear Code Clear Code
ID glnikohjhmkofkfcphgbdlmhjdjffcmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-code/glnikohjhmkofkfcphgbdlmhjdjffcmg
คำอธิบาย Syntax highlighting and beautifiers for embedded code examples.
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 734
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Nverba
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Code",
    "short_name": "Clear Code",
    "description": "Syntax highlighting and beautifiers for embedded code examples.",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Clear Code"
    },
    "icons": {
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "libs\/angular-chrome-options\/dist\/index.html",
    "web_accessible_resources": [
        "icons\/icon19.png",
        "features\/iframe\/content\/index.html"
    ]
}