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 擴展基本資訊
| 名稱 | |
| ID | oiblkeiiodficdoblmjihonngeejcmbo |
| 官方網址 | 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"
}
} | |