1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
Что такое 1px: Simple ruler?
1px: Simple ruler - это расширение Chrome, разработанное Nevzilya, и его основная функция - "A simple ruler for measuring the size of blocks on a page".
Снимки экрана расширения
Скачать файл CRX расширения 1px: Simple ruler
Скачайте файлы расширений 1px: Simple ruler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | gekpeobpiilbboimdmbgfjndlmogepcj |
| Официальный URL | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
| Описание | A simple ruler for measuring the size of blocks on a page |
| Размер файла | 22.13 KB |
| Количество установок | 9,004 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2021-08-04 |
| Дата публикации | 2021-07-11 |
| Рейтинг | 3.55/5 Всего 11 оценок |
| Разработчик | Nevzilya |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://notepad-online.ru/privacy.html |
| Поддерживаемые языки | 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"
} | |