1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Cos'è 1px: Simple ruler?
1px: Simple ruler è un'estensione di Chrome sviluppata da Nevzilya, e la sua funzione principale è "A simple ruler for measuring the size of blocks on a page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 1px: Simple ruler
Scarica i file di estensione 1px: Simple ruler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 1px: Simple ruler |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
URL Ufficiale | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
Descrizione | A simple ruler for measuring the size of blocks on a page |
Dimensione del File | 22.13 KB |
Conteggio Installazioni | 9,004 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-08-04 |
Data di Pubblicazione | 2021-07-11 |
Valutazione | 3.55/5 Totale 11 Valutazioni |
Sviluppatore | Nevzilya |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://notepad-online.ru/privacy.html |
Lingue Supportate | 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" } |