Add Numbers to Google Search Results
Add Numbers to Google Search Results.
ما هو Add Numbers to Google Search Results؟
Add Numbers to Google Search Results هو إضافة Chrome تم تطويرها بواسطة https://organicsearch.agency، والميزة الرئيسية لها هي "Add Numbers to Google Search Results.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add Numbers to Google Search Results
قم بتنزيل ملفات الامتداد Add Numbers to Google Search Results بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Numbers will appear next to each Google search result, so you can easily track your rankings. Useful SEO tool.
معلومات أساسية عن التمديد
الاسم | Add Numbers to Google Search Results |
ID | hmhfgamokbcmojdfcfnlalffmkkbfpjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb |
الوصف | Add Numbers to Google Search Results. |
حجم الملف | 5.81 KB |
عدد التثبيتات | 3,221 |
النسخة الحالية | 1 |
آخر تحديث | 2018-12-25 |
تاريخ النشر | 2018-12-24 |
تقييم | 3.25/5 مجموع تقييمات 4 |
المطور | https://organicsearch.agency |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://organicsearch.agency |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "ordinate.js" ], "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "name": "Add Numbers to Google Search Results", "description": "Add Numbers to Google Search Results.", "version": "1", "author": "organicsearch.agency", "browser_action": { "default_icon": "organicsearch.agency.png", "default_title": "Add Numbers to Google Search Results" } } |