SimpleSize
This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
Cos'è SimpleSize?
SimpleSize è un'estensione di Chrome sviluppata da Damien van Holten, e la sua funzione principale è "This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SimpleSize
Scarica i file di estensione SimpleSize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ojjhoepiggciiaepjpkfcielnimbfkhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh |
| Descrizione | This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat. |
| Dimensione del File | 93.91 KB |
| Conteggio Installazioni | 150 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2015-03-27 |
| Data di Pubblicazione | 2015-03-27 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Damien van Holten |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"js\/jquery-1.11.1.min.js",
"js\/scripts.js"
]
},
"content_scripts": [
{
"css": [
"css\/main.css"
],
"js": [
"js\/jquery-1.11.1.min.js",
"js\/scripts.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/localhost\/*",
"https:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*",
"file:\/\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.",
"icons": {
"128": "images\/icon128.png"
},
"manifest_version": 2,
"name": "SimpleSize",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.1"
} | |