Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
ما هو Copy Tabs Title URL؟
Copy Tabs Title URL هو إضافة Chrome تم تطويرها بواسطة standard.software.net، والميزة الرئيسية لها هي "Copy the title and URL from a Chrome tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy Tabs Title URL
قم بتنزيل ملفات الامتداد Copy Tabs Title URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy the title and URL from a Chrome tabs. Function - Short Amazon URL (.com and .co.jp) - Delete Parameter after ? From URL - No Encode Japanese URL - Remove Bracketed (---) From Title - Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type) - Remove Answer's Name From Title On Quora (English and Japanese) - Remove UserName From Title On GitHub Pull Request
معلومات أساسية عن التمديد
الاسم | Copy Tabs Title URL |
ID | lcfoefigmljgmbolbodknedngjcgelng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
الوصف | Copy the title and URL from a Chrome tabs |
حجم الملف | 8.93 KB |
عدد التثبيتات | 113 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-04-18 |
تاريخ النشر | 2022-03-09 |
المطور | standard.software.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/standard-software/chrome-copy-tabs-title-url |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tabs Title URL", "version": "1.0.2", "description": "Copy the title and URL from a Chrome tabs", "icons": { "16": "icon\/icon16x16.png", "128": "icon\/icon128x128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon\/icon16x16.png" }, "permissions": [ "tabs", "storage" ], "author": { "name": "Satoshi Yamamoto", "email": "[email protected]", "url": "https:\/\/www.facebook.com\/stndardsoftware" }, "manifest_version": 3 } |