Oh, hi Mark!
Bookmarks manager with smart search
Oh, hi Mark!คืออะไร?
Oh, hi Mark! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Bookmarks manager with smart search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oh, hi Mark!
ดาวน์โหลดไฟล์ส่วนขยาย Oh, hi Mark! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your chrome bookmark is such a mess you don't even dare to use it anymore ? — This extension is for you. INSTRUCTIONS: - use Alt+S to save a page - use Alt+O to search a page That's it ! :) This chrome extension allows you to save articles in the simplest manner and to retrieve them almost instantly by typing keywords extracted from the articles you saved. It is fast, light and smart.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Oh, hi Mark! |
ID | fcmdkgabkdkmdnbppfliniacpgadhcpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oh-hi-mark/fcmdkgabkdkmdnbppfliniacpgadhcpo |
คำอธิบาย | Bookmarks manager with smart search |
ขนาดไฟล์ | 654 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.4.1 |
อัปเดตครั้งล่าสุด | 2016-12-16 |
วันที่เผยแพร่ | 2016-12-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://productpains.com/product/oh-hi-mark |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.1", "name": "Oh, hi Mark!", "manifest_version": 2, "description": "Bookmarks manager with smart search", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlAq6mxcYWOl76RtVAUG5NSpwO1AiMx528EaFtgMaGsoqcs6aqSzmoD8a88GnpNPcDYPmQry5WBG3\/yBIyEeLSiqawhpsw6taDvNx8vfMksmlL3EDE2P6CVug5TIv3rsR45D9Hr9ZH9G5KiYVJU6p6GZ\/yPBHHmVxV0RGMOHFxFl\/UOf\/4kRm+Sz4YenLNsCZZ9r7Amzzea1Jd8jKOGcijZq+sKOLorE+t5obr6N6cZK5Hy2UhPq08be6KikR4JtTjVxUXLgRNoxBDWLTLOiF8dOXuJaswC0kJyjMzfLZz0+WY6dQQpdKobE690YaAdXO+9841bGKwycjxkrmTk32zwIDAQAB", "browser_action": { "default_title": "Oh, hi Mark!", "default_popup": "popup.html" }, "icons": { "128": "img\/icon\/icon-saved-128.png" }, "background": { "page": "background.html" }, "oauth2": { "client_id": "245516316006-n55gvrmnre7hmq59b7t7mkt79vvcftk6.apps.googleusercontent.com", "scopes": [ "email" ] }, "commands": { "toggle-feature-save": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" }, "description": "Saves the current page" }, "_execute_browser_action": { "suggested_key": { "default": "Alt+O", "mac": "Alt+O" } } }, "permissions": [ "tabs", "storage", " |