BookMarkSideBar
ブックマークの一覧をブラウザの端に表示します。
What is BookMarkSideBar?
BookMarkSideBar is a Chrome extension developed by system.dev123, and its main feature is "ブックマークの一覧をブラウザの端に表示します。".
Extension Screenshots
Download BookMarkSideBar Extension CRX File
Download BookMarkSideBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ブックマークの一覧をブラウザの端に表示します。 IEのお気に入りを左端に表示する機能をイメージしています。 It displays the list of bookmarks on the edge of the browser.
Extension Basic Information
Name | |
ID | nefcglmbchldllembjchojfaanpnpdee |
Official URL | https://chromewebstore.google.com/detail/bookmarksidebar/nefcglmbchldllembjchojfaanpnpdee |
Description | ブックマークの一覧をブラウザの端に表示します。 |
File Size | 66.53 KB |
Installation Count | 89 |
Current Version | 1.0.2 |
Last Updated | 2016-07-26 |
Publish Date | 2016-07-25 |
Rating | 4.50/5 Total 2 Ratings |
Developer | system.dev123 |
[email protected] | |
Payment Type | free |
Extension Website | http://www.alt-plus.jp/labs/chrome-ext/bookmark-sidebar |
Help Page URL | http://www.alt-plus.jp/ |
Privacy Policy Page URL | https://www.be-s.co.jp/privacy_policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookMarkSideBar", "description": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306e\u4e00\u89a7\u3092\u30d6\u30e9\u30a6\u30b6\u306e\u7aef\u306b\u8868\u793a\u3057\u307e\u3059\u3002", "version": "1.0.2", "permissions": [ "bookmarks", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "BookMarkSideBar" } } |