DOM Overflow
Highlights elements that overflow the viewport
Qu'est-ce que DOM Overflow ?
DOM Overflow est une extension Chrome développée par http://thepixelforge.co.uk, et sa fonction principale est "Highlights elements that overflow the viewport".
Télécharger le fichier CRX de l'extension DOM Overflow
Téléchargez les fichiers d'extension DOM Overflow 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
DOM Overflow is a simple plugin that highlights elements of the DOM overflowing the document width causing unwanted horizontal scrolling. Credits - Full Basket by Iulia Ardeleanu from the Noun Project (project icon)
Informations de Base sur l'Extension
Nom | |
ID | nkaepkjbnbbnflhnpcfejjpckndifhjj |
URL Officiel | https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj |
Description | Highlights elements that overflow the viewport |
Taille du Fichier | 5.85 KB |
Nombre d'Installations | 46 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2016-10-28 |
Date de Publication | 2016-10-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://thepixelforge.co.uk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/anth12/dom-overflow |
URL de la Page d'Aide | https://github.com/anth12/dom-overflow/issues |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOM Overflow", "description": "Highlights elements that overflow the viewport", "version": "2.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Highlight overflowing elements" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |