My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
My Bookmarks Alphaとは何ですか?
My Bookmarks AlphaはHackety Appsによって開発されたChromeの拡張機能で、その主な機能は「Manage your bookmarks with a simple and clean layout」です。
拡張機能のスクリーンショット
My Bookmarks Alpha拡張機能のCRXファイルをダウンロード
My Bookmarks Alpha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
拡張機能の基本情報
名前 | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
公式URL | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
説明 | Manage your bookmarks with a simple and clean layout |
ファイルサイズ | 92.83 KB |
インストール数 | 74 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-02-28 |
公開日 | 2019-02-28 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Hackety Apps |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |