Title & URL
It's for copying current page's title and URL
ما هو Title & URL؟
Title & URL هو إضافة Chrome تم تطويرها بواسطة t.soorankim، والميزة الرئيسية لها هي "It's for copying current page's title and URL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Title & URL
قم بتنزيل ملفات الامتداد Title & URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's for copying the current page's title and URL
This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon معلومات أساسية عن التمديد
| الاسم | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| الوصف | It's for copying current page's title and URL |
| حجم الملف | 40.95 KB |
| عدد التثبيتات | 475 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2021-10-26 |
| تاريخ النشر | 2017-07-02 |
| تقييم | 4.58/5 مجموع تقييمات 12 |
| المطور | t.soorankim |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Title & URL",
"version": "1.0.0",
"description": "It's for copying current page's title and URL",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"author": "T.Sooran Kim",
"permissions": [
"tabs",
"clipboardWrite"
]
} | |