DynamicCSSEditor

Write CSS to any web page dynamically

DynamicCSSEditorคืออะไร?

DynamicCSSEditor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeiel.libert และคุณลักษณะหลักของมันคือ "Write CSS to any web page dynamically"

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

screenshot

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

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

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

                        A free, easy to use Google Chrome browser extension for writing CSS to any web page and previewing changes.

Version history:
1.0.0 - Initial release
1.0.1 - bug fix for suppressing page css & minor styling issues
1.0.2 - Feature update and critical bug fix
1.0.3 - Line number feature added
1.0.4 - Removed unfinished options feature

Created by:
Jeiel Libert
https://www.linkedin.com/in/jeiellibert

Source available at https://github.com/jlibert/dynamic-css-editor                    

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

ชื่อ DynamicCSSEditor DynamicCSSEditor
ID edgmppgmaklmaggkamddmgpphellcmhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynamiccsseditor/edgmppgmaklmaggkamddmgpphellcmhf
คำอธิบาย Write CSS to any web page dynamically
ขนาดไฟล์ 582 KB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-01-09
วันที่เผยแพร่ 2016-01-09
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jeiel.libert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "author": "Jeiel Libert ",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "__MSG_extTitle__"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            }
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/jquery-1.11.3.min.js",
        "css\/font-awesome-4.4.0\/css\/font-awesome.min.css",
        "css\/font-awesome-4.4.0\/fonts\/fontawesome-webfont.woff2",
        "css\/font-awesome-4.4.0\/fonts\/fontawesome-webfont.woff",
        "css\/font-awesome-4.4.0\/fonts\/fontawesome-webfont.ttf",
        "css\/background.css",
        "options.html",
        "bg.png"
    ]
}