Phlo Assistant

Phlo Assistant is the easiest way to add sites & search engines to Phlo.

ما هو Phlo Assistant؟

Phlo Assistant هو إضافة Chrome تم تطويرها بواسطة Cynapse، والميزة الرئيسية لها هي "Phlo Assistant is the easiest way to add sites & search engines to Phlo.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Phlo Assistant

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

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

                        Phlo lets you type something once and search for it everywhere, across all popular search engines and sites at once. Phlo is currently available for iPhone, iPad, and Mac.

Phlo Assistant for Chrome lets you add your favorite search providers and websites into Phlo. When Phlo Assistant detects an OpenSearch compatible search engine on a website you are browsing, it prompts you nicely to add the site to your collection. If a website or search engine does not have OpenSearch enabled, you can simply right-click on the site’s search box and click on ‘Add to Phlo.’

Phlo Assistant does not require the Phlo app to be running. The sites are added to your Phlo via the Phlo Sync cloud service.

Please Note: Phlo Assistant only works with Phlo and Phlo Sync accounts. Phlo for Mac and iOS can be downloaded from the App Store.

Mac App Store - http://cynapse.com/get/phlo-mac-app-store
iOS App Store - http://cynapse.com/get/phlo-ios-app-store                    

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

الاسم Phlo Assistant Phlo Assistant
ID mlpgkapgibacgkclfaoohieblkihhijn
عنوان URL الرسمي https://chromewebstore.google.com/detail/phlo-assistant/mlpgkapgibacgkclfaoohieblkihhijn
الوصف Phlo Assistant is the easiest way to add sites & search engines to Phlo.
حجم الملف 180 KB
عدد التثبيتات 31
النسخة الحالية 1.0.0.3
آخر تحديث 2017-01-23
تاريخ النشر 2017-01-23
تقييم 4.67/5 مجموع تقييمات 3
المطور Cynapse
نوع الدفع free
موقع الإضافة http://www.cynapse.com/phlo
عنوان صفحة المساعدة http://www.cynapse.com/contact-us
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.0.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.cynapse.com\/phlo",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.7.2.min.js",
                "js\/jquery-ui-1.9.2.custom.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/chrome-page-action-icon-search-available-19.png",
            "38": "img\/chrome-page-action-icon-search-available-38.png"
        },
        "default_title": "__MSG_buttonTitle__"
    },
    "icons": {
        "16": "img\/Iconcolor-16.png",
        "48": "img\/Icon-48.png",
        "128": "img\/Icon-128.png"
    },
    "web_accessible_resources": [
        "img\/loader.gif",
        "img\/textbox-bg.png",
        "img\/textbox-bg-m.png",
        "img\/status-search-unavailable.png",
        "img\/status-search-added.png",
        "img\/status-logged-out.png",
        "img\/status-add.png",
        "img\/slider-bar-bg.png",
        "img\/btn-submit.png",
        "img\/btn-submit-hover.png",
        "img\/btn-phlo-link.png",
        "img\/btn-phlo-link-hover.png",
        "img\/btn-logout.png",
        "img\/btn-logout-hover.png",
        "img\/btn-cancel.png",
        "img\/btn-cancel-hover.png"
    ]
}