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