My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
什麼是My Bookmarks Alpha?
My Bookmarks Alpha是由Hackety Apps開發的Chrome擴展程式,該擴展的主要功能是“Manage your bookmarks with a simple and clean layout”。
擴展截圖
下載My Bookmarks Alpha擴展crx文件
下載My Bookmarks Alpha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
擴展基本資訊
名稱 | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
官方網址 | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
簡介 | Manage your bookmarks with a simple and clean layout |
檔案大小 | 92.83 KB |
安裝次數 | 74 |
目前版本 | 0.1.0 |
更新時間 | 2019-02-28 |
上架時間 | 2019-02-28 |
評分 | 3.25/5 共 4 次評分 |
開發者 | Hackety Apps |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |