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"
} | |