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 |
电子邮箱 | [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" } } |