Google plus Community search

This extension allows you to perform a search inside the current google plus community you are browsing

ما هو Google plus Community search؟

Google plus Community search هو إضافة Chrome تم تطويرها بواسطة Fullmakt AS، والميزة الرئيسية لها هي "This extension allows you to perform a search inside the current google plus community you are browsing".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google plus Community search

قم بتنزيل ملفات الامتداد Google plus Community search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Since the new Google Plus Community design lack the all important "search inside community" feature, this extension allows you to do just that. Click on the little icon at the top right when browsing a community to pop up a little search bar to search inside the community you are browsing.                    

معلومات أساسية عن التمديد

الاسم Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
الوصف This extension allows you to perform a search inside the current google plus community you are browsing
حجم الملف 6.8 KB
عدد التثبيتات 171
النسخة الحالية 0.2
آخر تحديث 2016-02-23
تاريخ النشر 2016-02-23
تقييم 5.00/5 مجموع تقييمات 5
المطور Fullmakt AS
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google plus Community search",
    "description": "This extension allows you to perform a search inside the current google plus community you are browsing",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Search community"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}