Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
Cos'è Pau | Bookmark Manager?
Pau | Bookmark Manager è un'estensione di Chrome sviluppata da https://pauapp.com, e la sua funzione principale è "Organize your bookmarks fast and easy with Pau bookmark manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pau | Bookmark Manager
Scarica i file di estensione Pau | Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pau | Bookmark Manager |
ID | oiblkeiiodficdoblmjihonngeejcmbo |
URL Ufficiale | https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo |
Descrizione | Organize your bookmarks fast and easy with Pau bookmark manager |
Dimensione del File | 8.25 MB |
Conteggio Installazioni | 184 |
Versione Corrente | 3.4.0 |
Ultimo Aggiornamento | 2022-09-15 |
Data di Pubblicazione | 2020-06-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://pauapp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pauapp.com/ |
URL della Pagina di Aiuto | https://www.pauapp.com/privacy-plolicy/ |
URL della Pagina della Politica sulla Privacy | https://www.pauapp.com/privacy-plolicy |
Lingue Supportate | 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" } } |