CSS Spider

The fastest and easiest way to check, copy and edit CSS

什麼是CSS Spider?

CSS Spider是由https://cssspider.fresalabs.com開發的Chrome擴展程式,該擴展的主要功能是“The fastest and easiest way to check, copy and edit CSS”。

擴展截圖

screenshot
screenshot

下載CSS Spider擴展crx文件

下載CSS Spider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS                    

擴展基本資訊

名稱 CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
官方網址 https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
簡介 The fastest and easiest way to check, copy and edit CSS
檔案大小 2.08 MB
安裝次數 1,657
目前版本 1.2
更新時間 2020-11-27
上架時間 2020-10-20
評分 4.75/5 共 4 次評分
開發者 https://cssspider.fresalabs.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cssspider.fresalabs.com/
說明頁面URL https://cssspider.fresalabs.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS-Spider",
    "name": "CSS Spider",
    "version": "1.2",
    "description": "The fastest and easiest way to check, copy and edit CSS",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Css Spider"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}