Pageverse Pocket

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

Pageverse Pocket란 무엇입니까?

Pageverse Pocket은(는) https://pageverse.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage screenshots, bookmarks, images and snippets on your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pageverse Pocket 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}