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'"
}