Page Notes & Line Bookmarks
Add persistent line bookmarks with notes on different places on a page and easily scroll between them
Page Notes & Line Bookmarksคืออะไร?
Page Notes & Line Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Zeaiter และคุณลักษณะหลักของมันคือ "Add persistent line bookmarks with notes on different places on a page and easily scroll between them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Notes & Line Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Page Notes & Line Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
I can’t count the times I have wanted to easily scroll back to a certain line while reading a long page without wasting a couple of seconds to find it. Therefore, I created this extension that lets me easily pin lines I am interested in and find them later immediately using a simple shortcut. I even made them have notes and be persistent :).
Persistent means that they stay on the page even if I exit chrome or shut down my computer until I remove them myself ensuring I never lose important information.
So being the awesome fellow I am, I am sharing it with everyone. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kdjhicgeeplbljnmfccpbkkbllhcahae |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-notes-line-bookmarks/kdjhicgeeplbljnmfccpbkkbllhcahae |
| คำอธิบาย | Add persistent line bookmarks with notes on different places on a page and easily scroll between them |
| ขนาดไฟล์ | 17.35 KB |
| จำนวนการติดตั้ง | 47 |
| เวอร์ชันปัจจุบัน | 0.0.5 |
| อัปเดตครั้งล่าสุด | 2018-09-26 |
| วันที่เผยแพร่ | 2018-09-25 |
| คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | Ali Zeaiter |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"author": "Ali Zeaiter",
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css\/bookmark.css"
],
"js": [
"js\/bookmark.c.js"
],
"matches": [
" | |