CSS Spider
The fastest and easiest way to check, copy and edit CSS
Vad är CSS Spider?
CSS Spider är en Chrome-tillägg utvecklad av https://cssspider.fresalabs.com, och dess huvudfunktion är "The fastest and easiest way to check, copy and edit CSS".
Tilläggsskärmbilder
Ladda ner CSS Spider-förlängningens CRX-fil
Ladda ner CSS Spider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS Grundläggande Information om Tillägg
| Namn | |
| ID | eneakgbflmejjpkogbdmebjbfcdebjik |
| Officiell webbadress | https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik |
| Beskrivning | The fastest and easiest way to check, copy and edit CSS |
| Filstorlek | 2.08 MB |
| Antal Installationer | 1,657 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-11-27 |
| Publiceringsdatum | 2020-10-20 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | https://cssspider.fresalabs.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://cssspider.fresalabs.com/ |
| Hjälpsida URL | https://cssspider.fresalabs.com/ |
| Stödda Språk | 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:\/\/*\/"
]
} | |