Window Dimensions
This extension will display the window's dimensions after resizing the browser window.
Qu'est-ce que Window Dimensions ?
Window Dimensions est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will display the window's dimensions after resizing the browser window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Dimensions
Téléchargez les fichiers d'extension Window Dimensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.
Informations de Base sur l'Extension
Nom | Window Dimensions |
ID | fdegbhikbooibcahgagmcbkdecmelgfo |
URL Officiel | https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo |
Description | This extension will display the window's dimensions after resizing the browser window. |
Taille du Fichier | 52.19 KB |
Nombre d'Installations | 979 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2016-04-18 |
Date de Publication | 2016-04-18 |
Évaluation | 2.45/5 Total 11 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ] }, "content_scripts": [ { "css": [ "css\/styles.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 will display the window's dimensions after resizing the browser window.", "icons": { "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Window Dimensions", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7" } |