SecureMark
A bookmark encryption tool.
SecureMarkคืออะไร?
SecureMark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MattKrins และคุณลักษณะหลักของมันคือ "A bookmark encryption tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SecureMark
ดาวน์โหลดไฟล์ส่วนขยาย SecureMark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a tool that allows you to encrypt and decrypt your chrome bookmarks. To instantly encrypt, or set a password for later encryption via pressing the extension icon, go to the options page. To restore your bookmarks, again go to the options page and put the password you used to encrypt in the decrypt tab. WARNING: Encrypted bookmarks cannot be restored without the password. Use at your own risk.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SecureMark |
ID | hmakgcpgllangepohipodfjjaeebnikf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf |
คำอธิบาย | A bookmark encryption tool. |
ขนาดไฟล์ | 769 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-09-04 |
วันที่เผยแพร่ | 2017-09-04 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | MattKrins |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mattkrins/SecureMark |
URL หน้าช่วยเหลือ | https://github.com/mattkrins/SecureMark/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "SecureMark", "author": "Matt Krins", "homepage_url": "https:\/\/github.com\/mattkrins\/", "description": "A bookmark encryption tool.", "permissions": [ "bookmarks" ], "options_page": "options.html", "browser_action": { "default_title": "SecureMark", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |