TempText
Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices
ما هو TempText؟
TempText هو إضافة Chrome تم تطويرها بواسطة ramchan5916، والميزة الرئيسية لها هي "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TempText
قم بتنزيل ملفات الامتداد TempText بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When browsing Internet sometimes you'd like to temporary store text data, e.g. email addresses, celebrity names, quantities, etc. By using TempText you save time by staying in the same browser tab, no longer needing to open notepad or other place for copy-pasting your text. You just open the popup, paste the text, press Enter and it gets stored through the chrome sessions across multiple browser windows and devices, It also allows you to edit previously inserted text entries, copy stored text to clipboard with a single click and delete the text entries that you no longer need.
معلومات أساسية عن التمديد
الاسم | TempText |
ID | acieclflijheaejbikfnkpeikogkkgio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/temptext/acieclflijheaejbikfnkpeikogkkgio |
الوصف | Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices |
حجم الملف | 46.78 KB |
عدد التثبيتات | 1,069 |
النسخة الحالية | 1.0.14 |
آخر تحديث | 2018-04-13 |
تاريخ النشر | 2018-04-13 |
تقييم | 4.60/5 مجموع تقييمات 10 |
المطور | ramchan5916 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TempText", "description": "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices", "version": "1.0.14", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+Z", "windows": "Alt+Shift+Z", "mac": "Alt+Shift+Z", "chromeos": "Alt+Shift+Z", "linux": "Alt+Shift+Z" } } }, "permissions": [ "storage" ] } |