Phlo Assistant

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

Wat is Phlo Assistant?

Phlo Assistant is een Chrome-extensie ontwikkeld door Cynapse, en de belangrijkste functie is "Phlo Assistant is the easiest way to add sites & search engines to Phlo.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Phlo Assistant

Download Phlo Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Phlo Assistant Phlo Assistant
ID mlpgkapgibacgkclfaoohieblkihhijn
Officiële URL https://chromewebstore.google.com/detail/phlo-assistant/mlpgkapgibacgkclfaoohieblkihhijn
Beschrijving Phlo Assistant is the easiest way to add sites & search engines to Phlo.
Bestandsgrootte 180 KB
Aantal Installaties 31
Huidige Versie 1.0.0.3
Laatst Bijgewerkt 2017-01-23
Publicatiedatum 2017-01-23
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Cynapse
Betalingswijze free
Extensiewebsite http://www.cynapse.com/phlo
Help Pagina-URL http://www.cynapse.com/contact-us
Ondersteunde Talen 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"
    ]
}