Txt Mockup
Makes all text on the current page editable
ما هو Txt Mockup؟
Txt Mockup هو إضافة Chrome تم تطويرها بواسطة misterhamm، والميزة الرئيسية لها هي "Makes all text on the current page editable".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Txt Mockup
قم بتنزيل ملفات الامتداد Txt Mockup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of inspecting elements and making quick text changes in the dev tools? Be tired no longer! Txt Mockup allows you to make any text on the page editable with a single click. Now you can see what what that heading looks like with two lines of text or one or seven. Just remember, with great power comes great responsibility.
معلومات أساسية عن التمديد
الاسم | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
الوصف | Makes all text on the current page editable |
حجم الملف | 3.69 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-10-02 |
تاريخ النشر | 2016-10-02 |
المطور | misterhamm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Txt Mockup", "description": "Makes all text on the current page editable", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": "pencil.png", "default_title": "Make this page editable" } } |