Related Search
Find related websites, using the google related: operator
ما هو Related Search؟
Related Search هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Find related websites, using the google related: operator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Related Search
قم بتنزيل ملفات الامتداد Related Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!
معلومات أساسية عن التمديد
الاسم | Related Search |
ID | ngfibjjjgckccbpbppikkgipcpknbglf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
الوصف | Find related websites, using the google related: operator |
حجم الملف | 63.51 KB |
عدد التثبيتات | 925 |
النسخة الحالية | 1.0 |
آخر تحديث | 2012-07-01 |
تاريخ النشر | 2012-07-01 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/japerr/RelatedSearch |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Related Search", "version": "1.0", "manifest_version": 2, "description": "Find related websites, using the google related: operator", "icons": { "16": "img\/related_16.png", "48": "img\/related_48.png", "128": "img\/related_128.png" }, "background": { "scripts": [ "js\/related.js" ] }, "browser_action": { "default_icon": "img\/related_128.png" }, "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |