General Text Copier

Store stuff you frequently copy and paste.

Apa itu General Text Copier?

General Text Copier adalah ekstensi Chrome yang dikembangkan oleh Canary Design, dan fitur utamanya adalah "Store stuff you frequently copy and paste.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi General Text Copier

Unduh file ekstensi General Text Copier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama General Text Copier General Text Copier
ID addokmpkfnbjgldkbngokjnkpgefkogb
URL Resmi https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb
Deskripsi Store stuff you frequently copy and paste.
Ukuran File 122 KB
Jumlah Instalasi 70
Versi Saat Ini 1.21
Terakhir Diperbarui 2019-02-01
Tanggal Publikasi 2019-01-31
Pengembang Canary Design
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}