Bookmark Manager
Simple and Easy to Use
Bookmark Managerとは何ですか?
Bookmark ManagerはAbbas Gussenovによって開発されたChromeの拡張機能で、その主な機能は「Simple and Easy to Use」です。
拡張機能のスクリーンショット
Bookmark Manager拡張機能のCRXファイルをダウンロード
Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Additional manually-managed browser history.
Bookmark Manager is a Chrome extension that works only under the management of the user. 拡張機能の基本情報
| 名前 | |
| ID | aceciacheicfbbickdmhomlbidfcgcid |
| 公式URL | https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid |
| 説明 | Simple and Easy to Use |
| ファイルサイズ | 26.64 KB |
| インストール数 | 88 |
| 現在のバージョン | 0.0.0.10 beta |
| 最終更新日 | 2018-07-06 |
| 公開日 | 2018-07-05 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Abbas Gussenov |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gusenov/managed-browser-history |
| ヘルプページのURL | https://github.com/gusenov/managed-browser-history/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "0.0.0.10",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
"48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
"128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
},
"page_action": {
"default_icon": {
"16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
"48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
"128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
},
"default_title": "__MSG_extPageActionDefaultTitle__",
"default_popup": "html\/popup.html"
},
"author": "__MSG_extAuthor__",
"background": {
"scripts": [
"node_modules\/web-store\/web-store.js",
"js\/shared.js",
"js\/background.js"
],
"persistent": false
},
"externally_connectable": {
"ids": [
"oilbhdaboflggkedbegfpjmnikpiccmo",
"pkpobljamjgbapmbakcnhggopcmjhiio"
]
},
"permissions": [
"contextMenus",
"tabs",
"storage"
],
"short_name": "__MSG_extShortName__",
"version_name": "0.0.0.10 beta"
} | |