Bookmarks
Bookmarks popup window gives you quick access to your favorite websites.
Bookmarksとは何ですか?
BookmarksはMake it Simplerによって開発されたChromeの拡張機能で、その主な機能は「Bookmarks popup window gives you quick access to your favorite websites.」です。
拡張機能のスクリーンショット
Bookmarks拡張機能のCRXファイルをダウンロード
Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand. Size: 17 KB. ✔ Changing bookmarks descriptions and links with one click. ✔ Creating, moving or deleting bookmarks and folders on the fly. ✔ Customizable popup window. ✔ Search bar helps you to find the tab from its description or link (Ctrl + F).
拡張機能の基本情報
名前 | Bookmarks |
ID | nciallonbllgijobgkfanodhehkkkkki |
公式URL | https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki |
説明 | Bookmarks popup window gives you quick access to your favorite websites. |
ファイルサイズ | 18.41 KB |
インストール数 | 7,554 |
現在のバージョン | 1.3.4 |
最終更新日 | 2016-12-17 |
公開日 | 2016-12-17 |
評価 | 4.66/5 合計 170 レビュー |
開発者 | Make it Simpler |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,fr,es,it,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "b.htm" }, "name": "__MSG_extName__", "version": "1.3.4", "description": "__MSG_extDes__", "icons": { "128": "i\/2.png", "48": "i\/1.png", "19": "i\/0.png" }, "browser_action": { "default_icon": "i\/0.png", "default_title": "__MSG_extName__", "default_popup": "p.htm" }, "default_locale": "en", "options_page": "o.htm", "options_ui": { "page": "o.htm", "chrome_style": true }, "offline_enabled": true, "minimum_chrome_version": "42", "permissions": [ "chrome:\/\/favicon\/", "bookmarks", "storage" ] } |