Campfire

Stumble through your bookmarks with a single click!

什么是Campfire?

Campfire是由jhans830开发的Chrome扩展程序,该扩展的主要功能是“Stumble through your bookmarks with a single click!”。

下载Campfire扩展crx文件

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

扩展使用说明

                        Rediscover your bookmarks with the Campfire chrome extension. Simply click the campfire icon on your toolbar and you will be redirected to a random bookmark that you have saved. Simple and straightforward, but very useful and entertaining!                    

扩展基本信息

名称 Campfire Campfire
ID kahoeicbkgdheppmfnbkjmcpofmkalff
官方URL https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff
简介 Stumble through your bookmarks with a single click!
文件大小 18.77 KB
安装次数 18
当前版本 1.0
更新时间 2016-01-29
上架时间 2016-01-29
评分 5.00/5 共1次评分
开发者 jhans830
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Campfire",
    "version": "1.0",
    "description": "Stumble through your bookmarks with a single click!",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Campfire: Rediscover Bookmarks",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}