BookMarkSideBar
ブックマークの一覧をブラウザの端に表示します。
Wat is BookMarkSideBar?
BookMarkSideBar is een Chrome-extensie ontwikkeld door system.dev123, en de belangrijkste functie is "ブックマークの一覧をブラウザの端に表示します。".
Extensie Screenshots
Download het CRX-bestand van de extensie BookMarkSideBar
Download BookMarkSideBar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ブックマークの一覧をブラウザの端に表示します。 IEのお気に入りを左端に表示する機能をイメージしています。 It displays the list of bookmarks on the edge of the browser.
Basisinformatie over de Extensie
Naam | |
ID | nefcglmbchldllembjchojfaanpnpdee |
Officiële URL | https://chromewebstore.google.com/detail/bookmarksidebar/nefcglmbchldllembjchojfaanpnpdee |
Beschrijving | ブックマークの一覧をブラウザの端に表示します。 |
Bestandsgrootte | 66.53 KB |
Aantal Installaties | 89 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-07-26 |
Publicatiedatum | 2016-07-25 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | system.dev123 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.alt-plus.jp/labs/chrome-ext/bookmark-sidebar |
Help Pagina-URL | http://www.alt-plus.jp/ |
URL van de Privacybeleid Pagina | https://www.be-s.co.jp/privacy_policy |
Ondersteunde Talen | 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" } } |