Pageverse Pocket

Manage screenshots, bookmarks, images and snippets on your browser!

Pageverse Pocket क्या है?

Pageverse Pocket https://pageverse.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage screenshots, bookmarks, images and snippets on your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pageverse Pocket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pageverse Pocket is your personalized storage on the web. We help you organize screenshots and other media (including images, text snippets, and webpage URLs) across multiple browsers over any period. You can search through them using KEYWORDS that you remember, saving you the stress of going through the same painful search routines.

ACCOUNT OPTIONS
Every account comes with a 7-day trial period, and you can upgrade as needed, after which you can pay a monthly or yearly fee to keep using the services.

PRIVACY

We use page content to help with an in-context search. For example, search for images based on the content of the page it was found in. Your data is and will always be yours; every content is saved on a secure and encrypted server. You can delete any and all of your content as needed. You also have the option to export your data if need be. You can read more about our terms and privacy policy at https://pageverse.app/tos and https://pageverse.app/privacy respectively.

If you have any questions, you can shoot us an email at [email protected], and we will be happy to help you out.                    

एक्सटेंशन की मूल जानकारी

नाम Pageverse Pocket Pageverse Pocket
ID hoohkkkiebhmcmndhmihlipoonmdbmbd
आधिकारिक URL https://chromewebstore.google.com/detail/pageverse-pocket/hoohkkkiebhmcmndhmihlipoonmdbmbd
विवरण Manage screenshots, bookmarks, images and snippets on your browser!
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 45
वर्तमान संस्करण 0.0.16
अंतिम अपडेट 2020-11-29
प्रकाशन तिथि 2020-10-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://pageverse.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pageverse.app/pocket
सहायता पृष्ठ URL https://pageverse.app/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pageverse Pocket",
    "description": "Manage screenshots, bookmarks, images and snippets on your browser!",
    "version": "0.0.16",
    "background": {
        "persistent": true,
        "page": "\/background\/background.html"
    },
    "browser_action": {
        "default_popup": "\/popup\/index.html",
        "default_title": "Pageverse Pocket"
    },
    "icons": {
        "16": "logo\/logo-bg-16.png",
        "48": "logo\/logo-bg-48.png",
        "128": "logo\/logo-bg-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "pageCapture",
        "contextMenus",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js",
                "content\/pageverseModal.js",
                "content\/events.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com 'sha256-PK0+oytTbAxJr7VkjNUTdksxXhVyVzLKR6UrHreRNAA='; object-src 'self'"
}