Dandelion

Advertise anything on Facebook and Google with a single click!

什么是Dandelion?

Dandelion是由https://www.discoverdandelion.com开发的Chrome扩展程序,该扩展的主要功能是“Advertise anything on Facebook and Google with a single click!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dandelion扩展crx文件

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

扩展使用说明

                        Push/Promote any content to Google or Facebook advertising right from your browser with a single click! 

This universal ad-tech plugin turns listings into native ads that can run on Ad Exchanges like Google or Facebook; Bringing the power of advertising to the individual and helping to create liquidity in the sharing economy.                    

扩展基本信息

名称 Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
官方URL https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
简介 Advertise anything on Facebook and Google with a single click!
文件大小 722 KB
安装次数 15
当前版本 1.3.5
更新时间 2015-03-13
上架时间 2015-03-12
评分 5.00/5 共5次评分
开发者 https://www.discoverdandelion.com
付费类型 free
扩展官网 http://www.discoverdandelion.com
帮助页面URL http://www.discoverdandelion.com/customer-care/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dandelion",
    "version": "1.3.5",
    "description": "Advertise anything on Facebook and Google with a single click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Push page to Dandelion",
        "default_icon": "dandelion-logo-19.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/bootstrap\/dist\/js\/bootstrap.js",
                "dlive.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "frame.html",
        "dandelion-logo-48.png"
    ],
    "icons": {
        "16": "dandelion-logo-16.png",
        "48": "dandelion-logo-48.png",
        "128": "dandelion-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}