Phlo Assistant

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

什么是Phlo Assistant?

Phlo Assistant是由Cynapse开发的Chrome扩展程序,该扩展的主要功能是“Phlo Assistant is the easiest way to add sites & search engines to Phlo.”。

扩展截图

screenshot
screenshot
screenshot

下载Phlo Assistant扩展crx文件

下载Phlo Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    ]
}