General Text Copier

Store stuff you frequently copy and paste.

Co to jest General Text Copier?

General Text Copier to rozszerzenie Chrome opracowane przez Canary Design, a jego główną funkcją jest „Store stuff you frequently copy and paste.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia General Text Copier

Pobierz pliki rozszerzeń General Text Copier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa General Text Copier General Text Copier
ID addokmpkfnbjgldkbngokjnkpgefkogb
Oficjalny URL https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb
Opis Store stuff you frequently copy and paste.
Rozmiar pliku 122 KB
Liczba instalacji 70
Aktualna Wersja 1.21
Ostatnia Aktualizacja 2019-02-01
Data Publikacji 2019-01-31
Deweloper Canary Design
Typ Płatności free
Obsługiwane Języki 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"
    ]
}