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
官方網址 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"
    }
}