Copypasta

Copy and paste your text snippets with one click

什么是Copypasta?

Copypasta是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Copy and paste your text snippets with one click”。

扩展截图

screenshot
screenshot

下载Copypasta扩展crx文件

下载Copypasta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Copypasta Copypasta
ID lgapkbbdlekmaeomdpndkpkmckghjnmh
官方URL https://chromewebstore.google.com/detail/copypasta/lgapkbbdlekmaeomdpndkpkmckghjnmh
简介 Copy and paste your text snippets with one click
文件大小 516 KB
安装次数 43
当前版本 1.0
更新时间 2021-12-30
上架时间 2021-12-27
评分 5.00/5 共1次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}