Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Visual bookmarksとは何ですか?
Visual bookmarksはivan_kによって開発されたChromeの拡張機能で、その主な機能は「Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.」です。
拡張機能のスクリーンショット
Visual bookmarks拡張機能のCRXファイルをダウンロード
Visual bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The visual bookmarks page replaces the default new tab. Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles. Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues
拡張機能の基本情報
名前 | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
公式URL | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
説明 | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
ファイルサイズ | 124 KB |
インストール数 | 20,000 |
現在のバージョン | 5.12.3 |
最終更新日 | 2024-01-13 |
公開日 | 2020-07-02 |
評価 | 4.53/5 合計 308 レビュー |
開発者 | ivan_k |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/k-ivan/visual-bookmarks-chrome |
対応言語 | en,hu,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "5.12.3", "minimum_chrome_version": "95", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_title": "__MSG_default_title__" }, "permissions": [ "scripting", "background", "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "contextMenus" ], "host_permissions": [ " |