Smart Bookmark Manager
A better look at your browsers Bookmarks with advance searching and the most useful filters
Smart Bookmark Managerとは何ですか?
Smart Bookmark Managerはhttps://chromio.netによって開発されたChromeの拡張機能で、その主な機能は「A better look at your browsers Bookmarks with advance searching and the most useful filters」です。
拡張機能のスクリーンショット
Smart Bookmark Manager拡張機能のCRXファイルをダウンロード
Smart Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Smart Bookmark Manager you can
- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL
Upcoming features
- Display web shots in Grid style
- Display search suggestions
Please give suggestion in support so we improve this extension - Thanks 拡張機能の基本情報
| 名前 | |
| ID | nfobeapoafofgmfaggcajmnfdjemfpno |
| 公式URL | https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno |
| 説明 | A better look at your browsers Bookmarks with advance searching and the most useful filters |
| ファイルサイズ | 91.59 KB |
| インストール数 | 1,629 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-11-24 |
| 公開日 | 2019-11-19 |
| 評価 | 4.32/5 合計 25 レビュー |
| 開発者 | https://chromio.net |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon-popup.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"chrome_url_overrides": {
"bookmarks": "bookmarks.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |