General Text Copier

Store stuff you frequently copy and paste.

Wat is General Text Copier?

General Text Copier is een Chrome-extensie ontwikkeld door Canary Design, en de belangrijkste functie is "Store stuff you frequently copy and paste.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie General Text Copier

Download General Text Copier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam General Text Copier General Text Copier
ID addokmpkfnbjgldkbngokjnkpgefkogb
Officiële URL https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb
Beschrijving Store stuff you frequently copy and paste.
Bestandsgrootte 122 KB
Aantal Installaties 70
Huidige Versie 1.21
Laatst Bijgewerkt 2019-02-01
Publicatiedatum 2019-01-31
Ontwikkelaar Canary Design
Betalingswijze free
Ondersteunde Talen 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"
    ]
}