Copypasta

Copy and paste your text snippets with one click

Copypasta là gì?

Copypasta là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Copy and paste your text snippets with one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copypasta

Tải xuống các tệp mở rộng Copypasta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The data is saved to local storage (~5MB), so there’s plenty of room to store actual copypastas. I tried it with the bee movie script and it works fine, although it’s a bit of a hassle to scroll through all of it to reach the bottom ¯\_(ツ)_/¯

You can use Copypasta to easily paste:
- Food order details
- Text emoticons
- Addresses
- Email / phone numbers
- Code snippets
- Copy pastas                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
URL Chính Thức https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
Mô tả Copy and paste your text snippets with one click
Kích Thước Tệp 516 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-30
Ngày Phát Hành 2021-12-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Copypasta",
    "name": "Copypasta",
    "description": "Copy and paste your text snippets with one click",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}