Page title tool
Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
ما هو Page title tool؟
Page title tool هو إضافة Chrome تم تطويرها بواسطة marchogh، والميزة الرئيسية لها هي "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page title tool
قم بتنزيل ملفات الامتداد Page title tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This page title tool reflects the appearance of a snippet in Google SERPs, which allows to optimize a page title.
Measure the length of the page title.
If page title is between 65 - 70 characters it will show yellow warning and if it's over 70 characters it will show red error. معلومات أساسية عن التمديد
| الاسم | |
| ID | amppablblpkieebandnoajjmppnlehkc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc |
| الوصف | Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title |
| حجم الملف | 10.05 KB |
| عدد التثبيتات | 35 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2019-07-07 |
| تاريخ النشر | 2019-07-06 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | marchogh |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.marchogh.dk/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Page title tool",
"description": "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title",
"version": "1.0.1",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens popup.html"
}
}
} | |