Pau | Bookmark Manager
Organize your bookmarks fast and easy with Pau bookmark manager
Pau | Bookmark Manager क्या है?
Pau | Bookmark Manager https://pauapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize your bookmarks fast and easy with Pau bookmark manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pau | Bookmark Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |