Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
Что такое Pau | Bookmark Manager?
Pau | Bookmark Manager - это расширение Chrome, разработанное https://pauapp.com, и его основная функция - "Organize your bookmarks fast and easy with Pau bookmark manager".
Снимки экрана расширения
Скачать файл CRX расширения Pau | Bookmark Manager
Скачайте файлы расширений 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" } } |