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 |
| 公式URL | 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 |
| Eメール | [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"
}
}
}
} | |