Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
Pau | Bookmark Managerとは何ですか?
Pau | Bookmark Managerはhttps://pauapp.comによって開発されたChromeの拡張機能で、その主な機能は「Organize your bookmarks fast and easy with Pau bookmark manager」です。
拡張機能のスクリーンショット
Pau | Bookmark Manager拡張機能のCRXファイルをダウンロード
Pau | Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A powerful browser extension to boots your productivity on your day-to-day, it's the easiest way to save, access, organize and manage your most used links and bookmarks "Save it once, use it forever" Learn more: https://pauapp.com/ ______________________________________________ Group your bookmarks by collections Create collections by context to stay organized. - set it once and forget about it. Multiple Layouts Customize the layout to make it work the way you want it to. - take advantage from each one. Share Collections Share your collection easily with your team/clients. - it's like givint them the whole context Use the theme that fits you Choose the best theme that better fits your personality. - try out the featured ones! Check out trending themes in here: https://www.pauapp.com/themes
拡張機能の基本情報
名前 | Pau | Bookmark Manager |
ID | oiblkeiiodficdoblmjihonngeejcmbo |
公式URL | https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo |
説明 | Organize your bookmarks fast and easy with Pau bookmark manager |
ファイルサイズ | 8.25 MB |
インストール数 | 184 |
現在のバージョン | 3.4.0 |
最終更新日 | 2022-09-15 |
公開日 | 2020-06-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://pauapp.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pauapp.com/ |
ヘルプページのURL | https://www.pauapp.com/privacy-plolicy/ |
プライバシーポリシーページのURL | https://www.pauapp.com/privacy-plolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pau | Bookmark Manager", "description": "Organize your bookmarks fast and easy with Pau bookmark manager", "version": "3.4.0", "manifest_version": 3, "permissions": [ "bookmarks", "storage", "tabs", "identity", "identity.email" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_icon": "logo.png", "default_title": "Open Pau popup", "default_popup": "index.html?popup=true" }, "content_scripts": [ { "matches": [ "https:\/\/www.pauapp.com\/collections*" ], "js": [ "contentScript.js" ], "css": [ "contentScriptCss.css" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |