Campfire
Stumble through your bookmarks with a single click!
O que é Campfire?
Campfire é uma extensão do Chrome desenvolvida por jhans830, e sua principal característica é "Stumble through your bookmarks with a single click!".
Baixar o arquivo CRX da Extensão Campfire
Baixe arquivos de extensão Campfire no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
URL Oficial | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Descrição | Stumble through your bookmarks with a single click! |
Tamanho do Arquivo | 18.77 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.0 |
Última Atualização | 2016-01-29 |
Data de Publicação | 2016-01-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | jhans830 |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |