CSSViewer

A simple CSS property viewer.

CSSViewerคืออะไร?

CSSViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M.ed และคุณลักษณะหลักของมันคือ "A simple CSS property viewer."

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

screenshot

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

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

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

                        CSSViewer is a simple CSS properties viewer originally made by Nicolas Huon as a FireFox add-on (2006-2008).

How to use :
To enable CSSViewer, simply click the toolbar icon and then hover any element on you want to inspect in current page.

Open source inside:
Source code can be found on GitHub at https://github.com/miled/cssviewer

Privacy :
In order to work properly, CSSViewer requires the permission to access to your history and website data. However, CSSViewer do not collect nor will ever transmit any of your private data.

Known issues :
- CSSViewer will not work in any opened tabs before installing it nor in the Google chrome store (This is how Google roll :)
- The style may broke sometimes depending on the site you are surfing.
- Patches are welcome.

Credits:
This chrome extension is a straight port of the Firefox CSSViewer add-on with minor enhancements. Credits goes to the original developer and contributors.

Changelog:
1.7: 04/2017 - Add keyboard shortcuts and enable the viewer for local files.
1.6: 11/2014 - Add inspect element to menu. Add generate css definition. Fix few issues with auto-positioning. reFix an issue with chrome/38.
1.5: 10/2015 - Hotfix an issue with Chrome/38.0.2125.101.
1.4: 02/2013 - A bunch of minor changes in order to release CSSViewer as an open source project at Github.
1.3: 08/2011 - Support some CSS3 properties under the "Effects' category.
1.2: 07/2011 - Fix some minor bugs.
1.1: 03/2010 - Initial version.                    

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

ชื่อ CSSViewer CSSViewer
ID ggfgijbpiheegefliciemofobhmofgce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cssviewer/ggfgijbpiheegefliciemofobhmofgce
คำอธิบาย A simple CSS property viewer.
ขนาดไฟล์ 301 KB
จำนวนการติดตั้ง 276,599
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2017-03-26
วันที่เผยแพร่ 2017-03-26
คะแนน 4.41/5 รวมทั้งหมด 368 คะแนน
ผู้พัฒนา M.ed
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cssviewer/cssviewer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSSViewer",
    "manifest_version": 2,
    "version": "1.7",
    "description": "A simple CSS property viewer.",
    "icons": {
        "16": "img\/16.png",
        "22": "img\/22.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png"
    },
    "options_page": "option.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/16.png",
        "default_title": "CSSViewer"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/list.png",
        "img\/footer.png",
        "img\/bullet.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus"
    ]
}