Pasty

Create tabs from clipboard URL list

Pasty란 무엇입니까?

Pasty은(는) https://oov.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create tabs from clipboard URL list"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Pasty is a very simple multiple URL opener.
================================
http://google.com/
http://gmail.com/
http://maps.google.com/
================================
Please copy the URL list above and then click/touch the Pasty icon.
No need to paste, just click the icon.

Changelog:
v1.8
    - Remove the options page.
v1.7
    - Reimplement.
v1.6
    - Manifest v3.
v1.5
    - Update manifest.
v1.4
    - Automatic paste with clipboardRead permission.
v1.3
    - Remove "tabs" permission.
    - Remove background page.
    - "ttp://" and "ttps://" support.
v1.2
    - Textarea resizer disabled / etc.
v1.1
    - New url finder.
v1.0
    - Initial release.

Sourcecode:
    https://github.com/oov/Pasty

I do not sell this extension to anyone.
Please do not email me for such purposes.                    

확장 프로그램 기본 정보

이름 Pasty Pasty
ID hdjihnnclpjhfdbbinmgoiehhoehhlgf
공식 URL https://chromewebstore.google.com/detail/pasty/hdjihnnclpjhfdbbinmgoiehhoehhlgf
설명 Create tabs from clipboard URL list
파일 크기 21.3 KB
설치 횟수 121,547
현재 버전 1.8
최근 업데이트 2023-09-06
출시 날짜 2018-06-08
평점 4.81/5 총 53 개의 평점
개발자 https://oov.ch
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/oov/Pasty
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Pasty",
        "default_icon": "pasty48.png",
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{99489097-f01c-473b-ac99-ae706b5b7b96}",
            "strict_min_version": "109.0"
        }
    },
    "description": "Create tabs from clipboard URL list",
    "icons": {
        "128": "pasty128.png",
        "48": "pasty48.png"
    },
    "manifest_version": 3,
    "name": "Pasty",
    "version": "1.8",
    "permissions": [
        "clipboardRead"
    ]
}