8 Pixel Grid Reference
A quick reference to increments of 8.
8 Pixel Grid Referenceคืออะไร?
8 Pixel Grid Reference เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spencer Everett และคุณลักษณะหลักของมันคือ "A quick reference to increments of 8."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8 Pixel Grid Reference
ดาวน์โหลดไฟล์ส่วนขยาย 8 Pixel Grid Reference ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension was created for designers and developers who use the 8-point grid system in their work. The extension offers a quick reference to increments of 8. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hajjjkpjlanimlnkmfffpodokjahhnnd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd |
| คำอธิบาย | A quick reference to increments of 8. |
| ขนาดไฟล์ | 13.1 KB |
| จำนวนการติดตั้ง | 42 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2021-03-01 |
| วันที่เผยแพร่ | 2021-01-10 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Spencer Everett |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "8 Pixel Grid Reference",
"version": "1.2",
"description": "A quick reference to increments of 8.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
}
},
"icons": {
"16": "images\/get_started16.png",
"32": "images\/get_started32.png",
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"manifest_version": 2
} | |