SimpleSize
This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
Wat is SimpleSize?
SimpleSize is een Chrome-extensie ontwikkeld door Damien van Holten, en de belangrijkste functie is "This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.".
Extensie Screenshots
Download het CRX-bestand van de extensie SimpleSize
Download SimpleSize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | SimpleSize |
ID | ojjhoepiggciiaepjpkfcielnimbfkhh |
Officiële URL | https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh |
Beschrijving | This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat. |
Bestandsgrootte | 93.91 KB |
Aantal Installaties | 150 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-03-27 |
Publicatiedatum | 2015-03-27 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Damien van Holten |
Betalingswijze | free |
Ondersteunde Talen | 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" } |