Bookmark Manager and Start Page – myMark.me
Simple and Smart way to organize all your bookmarks in one Place. Access all your favorite bookmarks from any device or browser
Bookmark Manager and Start Page – myMark.meคืออะไร?
Bookmark Manager and Start Page – myMark.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mymark.me และคุณลักษณะหลักของมันคือ "Simple and Smart way to organize all your bookmarks in one Place. Access all your favorite bookmarks from any device or browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Manager and Start Page – myMark.me
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Manager and Start Page – myMark.me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn your browser into the ultimate online bookmark manager ✓ Organize bookmarks by group or category ✓ Add bookmarks with beautiful icons (list, S, M, L, XL) ✓ Search bookmarks in your collection ✓ Bookmark Toolbar Button to quickly add sites to myMark.me while you are browsing ✓ Create multiple pages such as Home, Work, and Edu. ✓ Auto sync with all your devices and browsers ✓ Multiple search engine choice ✓ Choose background and font colors that best suit you. ✓ Add your important notes and find them when you need them. ✓ Set as home page / start page or new tab page to quickly access all your favorite bookmarks and notes ✓ Start your day with inspiration or a motivational quote ✓ Search bookmarks in your collection ✓ Safe and secure, your information will be encrypted while it’s transmitted between your browser and myMark.me
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | epbjcjhbnokphjplbhpfgdflnmhhgmnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-manager-and-star/epbjcjhbnokphjplbhpfgdflnmhhgmnm |
คำอธิบาย | Simple and Smart way to organize all your bookmarks in one Place. Access all your favorite bookmarks from any device or browser |
ขนาดไฟล์ | 577 KB |
จำนวนการติดตั้ง | 3,603 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2021-05-12 |
วันที่เผยแพร่ | 2020-05-16 |
คะแนน | 4.54/5 รวมทั้งหมด 228 คะแนน |
ผู้พัฒนา | https://www.mymark.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mymark.me |
URL หน้าช่วยเหลือ | https://www.mymark.me/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mymark.me/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Manager and Start Page \u2013 myMark.me", "description": "Simple and Smart way to organize all your bookmarks in one Place. Access all your favorite bookmarks from any device or browser", "version": "2.4", "author": "mymark.me", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "content.js", "\/scripts\/modal_src.js", "\/scripts\/content_openBookmark.js" ], "css": [ "\/css\/font-awesome.css", "\/css\/modal_src_myMark.css" ], "all_frames": false, "run_at": "document_start" } ], "browser_action": { "default_icon": "icon16x16.png" }, "chrome_settings_overrides": { "homepage": "https:\/\/www.mymark.me\/" }, "chrome_url_overrides": { "newtab": "\/html\/myPage.html" }, "icons": { "128": "icon128x128.png", "16": "icon16x16.png", "48": "icon48x48.png" }, "permissions": [ "tabs" ], "optional_permissions": [], "web_accessible_resources": [ "\/images\/*.*", "\/html\/*.*", "\/fonts\/*", "\/css\/*.css" ] } |