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」です。
拡張機能のスクリーンショット
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 |
ID | eneakgbflmejjpkogbdmebjbfcdebjik |
公式URL | 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 |
Eメール | [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:\/\/*\/" ] } |