Simple bookmark
Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
Simple bookmarkとは何ですか?
Simple bookmarkはlevishuberherbrandによって開発されたChromeの拡張機能で、その主な機能は「Save your favorite websites or save opened tabs, if you may need them in future, with a single click.」です。
拡張機能のスクリーンショット
Simple bookmark拡張機能のCRXファイルをダウンロード
Simple bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save all your currents tabs with one click! Open all webs of a folder also with one click. Easiest way to search and organize your bookmarks.
拡張機能の基本情報
名前 | Simple bookmark |
ID | aecodjadibpbgapelmdheknchoeplfgi |
公式URL | https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi |
説明 | Save your favorite websites or save opened tabs, if you may need them in future, with a single click. |
ファイルサイズ | 77.19 KB |
インストール数 | 30 |
現在のバージョン | 6.9 |
最終更新日 | 2022-01-20 |
公開日 | 2019-02-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | levishuberherbrand |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://blintic.com/policy.html |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple bookmark", "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.", "version": "6.9", "default_locale": "en", "icons": { "24": "star.png", "128": "star.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "jquery-1.js" }, "action": { "default_icon": "star.png", "default_popup": "popup.html" } } |