Pasty

Create tabs from clipboard URL list

Pastyคืออะไร?

Pasty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oov.ch และคุณลักษณะหลักของมันคือ "Create tabs from clipboard URL list"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pasty

ดาวน์โหลดไฟล์ส่วนขยาย Pasty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}