Title changer
An extension that changes the title!
ما هو Title changer؟
Title changer هو إضافة Chrome تم تطويرها بواسطة lucasmorita، والميزة الرئيسية لها هي "An extension that changes the title!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Title changer
قم بتنزيل ملفات الامتداد Title changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that just changes the titles. When the popup shows up, just type whatever you want, and the title will be set. A personal project that helps me identifying what the tab has in its content.
معلومات أساسية عن التمديد
الاسم | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
الوصف | An extension that changes the title! |
حجم الملف | 8.66 KB |
عدد التثبيتات | 80 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-05-09 |
تاريخ النشر | 2021-05-09 |
المطور | lucasmorita |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Title changer", "version": "0.0.1", "description": "An extension that changes the title!", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Home" } } }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pencil_logo.png", "32": "images\/pencil_logo.png", "48": "images\/pencil_logo.png", "128": "images\/pencil_logo.png" } } } |