General Text Copier

Store stuff you frequently copy and paste.

什么是General Text Copier?

General Text Copier是由Canary Design开发的Chrome扩展程序,该扩展的主要功能是“Store stuff you frequently copy and paste.”。

扩展截图

screenshot
screenshot
screenshot

下载General Text Copier扩展crx文件

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

扩展使用说明

                        Useful for storing frequently used text information.

****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.****

This extension is currently in BETA, so I know there are some issues and it is a bit buggy.                    

扩展基本信息

名称 General Text Copier General Text Copier
ID addokmpkfnbjgldkbngokjnkpgefkogb
官方URL https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb
简介 Store stuff you frequently copy and paste.
文件大小 122 KB
安装次数 70
当前版本 1.21
更新时间 2019-02-01
上架时间 2019-01-31
开发者 Canary Design
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "General Text Copier",
    "description": "Store stuff you frequently copy and paste.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}