Phlo Assistant

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

Qu'est-ce que Phlo Assistant ?

Phlo Assistant est une extension Chrome développée par Cynapse, et sa fonction principale est "Phlo Assistant is the easiest way to add sites & search engines to Phlo.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Phlo Assistant

Téléchargez les fichiers d'extension Phlo Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Phlo Assistant Phlo Assistant
ID mlpgkapgibacgkclfaoohieblkihhijn
URL Officiel https://chromewebstore.google.com/detail/phlo-assistant/mlpgkapgibacgkclfaoohieblkihhijn
Description Phlo Assistant is the easiest way to add sites & search engines to Phlo.
Taille du Fichier 180 KB
Nombre d'Installations 31
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2017-01-23
Date de Publication 2017-01-23
Évaluation 4.67/5 Total 3 Évaluations
Développeur Cynapse
Type de Paiement free
Site Web de l'Extension http://www.cynapse.com/phlo
URL de la Page d'Aide http://www.cynapse.com/contact-us
Langues Prises en Charge 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"
    ]
}