General Text Copier

Store stuff you frequently copy and paste.

ما هو General Text Copier؟

General Text Copier هو إضافة Chrome تم تطويرها بواسطة Canary Design، والميزة الرئيسية لها هي "Store stuff you frequently copy and paste.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة General Text Copier

قم بتنزيل ملفات الامتداد General Text Copier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}