Stylo
Allows you to apply and persist custom CSS to any web page.
Vad är Stylo?
Stylo är en Chrome-tillägg utvecklad av Andrew Hook, och dess huvudfunktion är "Allows you to apply and persist custom CSS to any web page.".
Tilläggsskärmbilder
Ladda ner Stylo-förlängningens CRX-fil
Ladda ner Stylo-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
Allows you to apply and persist custom CSS to any web page. Grundläggande Information om Tillägg
| Namn | |
| ID | fpoplbeolegkjepcmgakknapmpdpcimb |
| Officiell webbadress | https://chromewebstore.google.com/detail/stylo/fpoplbeolegkjepcmgakknapmpdpcimb |
| Beskrivning | Allows you to apply and persist custom CSS to any web page. |
| Filstorlek | 15.49 KB |
| Antal Installationer | 20 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2019-05-10 |
| Publiceringsdatum | 2019-05-10 |
| Utvecklare | Andrew Hook |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stylo",
"version": "2.0",
"description": "Allows you to apply and persist custom CSS to any web page.",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"gmail.css"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/mail.google.com\/*; object-src 'self'"
} | |