Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
Qu'est-ce que Simple Ruler ?
Simple Ruler est une extension Chrome développée par https://simplerulerextension.com, et sa fonction principale est "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Ruler
Téléchargez les fichiers d'extension Simple Ruler 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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Informations de Base sur l'Extension
Nom | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
URL Officiel | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Description | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
Taille du Fichier | 43.05 KB |
Nombre d'Installations | 1,496 |
Version Actuelle | 28.0.0 |
Dernière Mise à Jour | 2023-08-17 |
Date de Publication | 2021-10-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://simplerulerextension.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://simplerulerextension.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |