1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Was ist 1px: Simple ruler?
1px: Simple ruler ist eine Chrome-Erweiterung, die von Nevzilya entwickelt wurde, und ihr Hauptmerkmal ist "A simple ruler for measuring the size of blocks on a page".
Erweiterungsscreenshots
1px: Simple ruler-Erweiterungs-CRX-Datei herunterladen
Laden Sie 1px: Simple ruler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gekpeobpiilbboimdmbgfjndlmogepcj |
| Offizielle URL | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
| Beschreibung | A simple ruler for measuring the size of blocks on a page |
| Dateigröße | 22.13 KB |
| Installationsanzahl | 9,004 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2021-08-04 |
| Veröffentlichungsdatum | 2021-07-11 |
| Bewertung | 3.55/5 Insgesamt 11 Bewertungen |
| Entwickler | Nevzilya |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://notepad-online.ru/privacy.html |
| Unterstützte Sprachen | en,ru |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "__MSG_name__"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "ico_16_mono.png",
"48": "ico_48.png",
"128": "ico_128.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"permissions": [
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1"
} | |