Pinterest Love: Pinterest Screenshot Saver++

Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.

Pinterest Love: Pinterest Screenshot Saver++란 무엇입니까?

Pinterest Love: Pinterest Screenshot Saver++은(는) Vitaminiser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pinterest Love: Pinterest Screenshot Saver++ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For help/questions/suggestions contact @Vitaminiser on Twitter!

A little addon for Pinterest™ lovers!

Features include: 
✔ save images on any web page to your boards;
✔ create screenshots of web pages and upload them to Pinterest;
✔ visually search similar images;
✔ list all images on a page available for pinning;
✔ pin mouseover buttons;
✔ remove Pinterest links form Google Image Search results;
✔ Night Mode for Pinterest;
✔ Edit and annotate screenshots and other images before saving a pin;

Annotations powered by MarkerJS (https://markerjs.com/)                    

확장 프로그램 기본 정보

이름 Pinterest Love: Pinterest Screenshot Saver++ Pinterest Love: Pinterest Screenshot Saver++
ID nkabooldphfdjcbhcodblkfmigmpchhi
공식 URL https://chromewebstore.google.com/detail/pinterest-love-pinterest/nkabooldphfdjcbhcodblkfmigmpchhi
설명 Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.
파일 크기 1.25 MB
설치 횟수 1,567
현재 버전 1.41
최근 업데이트 2023-01-15
출시 날짜 2020-07-04
평점 4.45/5 총 22 개의 평점
개발자 Vitaminiser
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/vitaminiser
도움말 페이지 URL https://twitter.com/vitaminiser
개인정보 보호 정책 페이지 URL https://myproggies.github.io/Pinterest-Love-Pinterest-Screenshot-Saver
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Love: Pinterest Screenshot Saver++",
    "short_name": "Pinterest Love",
    "version": "1.41",
    "description": "Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.",
    "homepage_url": "https:\/\/twitter.com\/vitaminiser",
    "author": "@vitaminiser",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*",
        "*:\/\/*.pinterest.com\/"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16x16.png",
            "24": "icons\/icon24x24.png"
        }
    },
    "options_page": "options\/options.html",
    "icons": {
        "128": "icons\/icon128x128.png",
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "32": "icons\/icon32x32.png",
        "24": "icons\/icon24x24.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "common.js",
                "libs\/dom.js",
                "libs\/onyx.js",
                "localisation.js",
                "page\/hoverbutton.js",
                "page\/page.js",
                "page\/messages.js"
            ],
            "css": [
                "page\/page.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "css\/darkmode.css",
                "options\/news.json",
                "options\/options.html",
                "create\/create2.html",
                "grid\/grid.html",
                "search\/search.html",
                "screenshotTab\/screenshotTab.html",
                "darkmode\/pinterest.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}