Sticky Notes Tab
Simple sticky notes board - tab extension
Sticky Notes Tabคืออะไร?
Sticky Notes Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mcha และคุณลักษณะหลักของมันคือ "Simple sticky notes board - tab extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sticky Notes Tab
ดาวน์โหลดไฟล์ส่วนขยาย Sticky Notes Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple sticky notes board - tab extension.
Add sticky notes board to new-tabs.
Options to:
- Change board background color (day/night)
- Change notes background, font-color, font-size, font-family
- Position notes anywhere on the board ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
| คำอธิบาย | Simple sticky notes board - tab extension |
| ขนาดไฟล์ | 70.49 KB |
| จำนวนการติดตั้ง | 1,717 |
| เวอร์ชันปัจจุบัน | 2.0.5 |
| อัปเดตครั้งล่าสุด | 2020-09-21 |
| วันที่เผยแพร่ | 2019-03-17 |
| คะแนน | 4.06/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | mcha |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/mustafawm/stickynotes |
| URL หน้าช่วยเหลือ | https://github.com/mustafawm/stickynotes |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sticky Notes Tab",
"short_name": "Stick Notes Tab",
"version": "2.0.5",
"description": "Simple sticky notes board - tab extension",
"author": "mustafa",
"homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/16icon.png",
"32": "icons\/32icon.png",
"48": "icons\/48icon.png",
"128": "icons\/128icon.png"
}
} | |