1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Vad är 1px: Simple ruler?
1px: Simple ruler är en Chrome-tillägg utvecklad av Nevzilya, och dess huvudfunktion är "A simple ruler for measuring the size of blocks on a page".
Tilläggsskärmbilder
Ladda ner 1px: Simple ruler-förlängningens CRX-fil
Ladda ner 1px: Simple ruler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gekpeobpiilbboimdmbgfjndlmogepcj |
| Officiell webbadress | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
| Beskrivning | A simple ruler for measuring the size of blocks on a page |
| Filstorlek | 22.13 KB |
| Antal Installationer | 9,004 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-08-04 |
| Publiceringsdatum | 2021-07-11 |
| Betyg | 3.55/5 Totalt 11 Betyg |
| Utvecklare | Nevzilya |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://notepad-online.ru/privacy.html |
| Stödda Språk | 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"
} | |