Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
What is Pau | Bookmark Manager?
Pau | Bookmark Manager is a Chrome extension developed by https://pauapp.com, and its main feature is "Organize your bookmarks fast and easy with Pau bookmark manager".
Extension Screenshots
Download Pau | Bookmark Manager Extension CRX File
Download Pau | Bookmark Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pau | Bookmark Manager |
ID | oiblkeiiodficdoblmjihonngeejcmbo |
Official URL | https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo |
Description | Organize your bookmarks fast and easy with Pau bookmark manager |
File Size | 8.25 MB |
Installation Count | 184 |
Current Version | 3.4.0 |
Last Updated | 2022-09-15 |
Publish Date | 2020-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://pauapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pauapp.com/ |
Help Page URL | https://www.pauapp.com/privacy-plolicy/ |
Privacy Policy Page URL | https://www.pauapp.com/privacy-plolicy |
Supported Languages | 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" } } |