Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
什麼是Bookmark Express Next?
Bookmark Express Next是由Eric Majerus開發的Chrome擴展程式,該擴展的主要功能是“This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.”。
擴展截圖
下載Bookmark Express Next擴展crx文件
下載Bookmark Express Next擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up. 擴展基本資訊
| 名稱 | |
| ID | enpmhceecilnohanegmppnlcoakjicho |
| 官方網址 | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
| 簡介 | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
| 檔案大小 | 623 KB |
| 安裝次數 | 87 |
| 目前版本 | 9.3 |
| 更新時間 | 2021-03-17 |
| 上架時間 | 2021-03-02 |
| 評分 | 3.00/5 共 1 次評分 |
| 開發者 | Eric Majerus |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark Express Next",
"description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
"version": "9.3",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"page": "background.html"
},
"options_page": "index.html?page=options",
"permissions": [
"activeTab",
"bookmarks",
"chrome:\/\/favicon\/",
"storage"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "MacCtrl+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
}
} | |