Update current bookmark
Right click on a link to update the current bookmark
Update current bookmarkคืออะไร?
Update current bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sokolov.cc และคุณลักษณะหลักของมันคือ "Right click on a link to update the current bookmark"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Update current bookmark
ดาวน์โหลดไฟล์ส่วนขยาย Update current bookmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gkmnkpgaimaillhhejdbkkgopfgoldoh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh |
| คำอธิบาย | Right click on a link to update the current bookmark |
| ขนาดไฟล์ | 15.88 KB |
| จำนวนการติดตั้ง | 49 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2016-04-23 |
| วันที่เผยแพร่ | 2016-04-23 |
| คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://sokolov.cc |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/denis-sokolov/update-current-bookmark |
| URL หน้าช่วยเหลือ | https://github.com/denis-sokolov/update-current-bookmark/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "src\/icons\/chain-star.png",
"48": "src\/icons\/chain-star.png",
"128": "src\/icons\/chain-star.png"
},
"background": {
"scripts": [
"src\/context-menu.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"declarativeContent"
],
"optional_permissions": [
"bookmarks"
]
} | |