Browserbite Recorder (beta)
Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.
O que é Browserbite Recorder (beta)?
Browserbite Recorder (beta) é uma extensão do Chrome desenvolvida por http://www.browserbite.com, e sua principal característica é "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Browserbite Recorder (beta)
Baixe arquivos de extensão Browserbite Recorder (beta) 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
Informações Básicas da Extensão
Nome | |
ID | kklpankcolbkjjnjajfdljcnpeifgohe |
URL Oficial | https://chrome.google.com/webstore/detail/browserbite-recorder-beta/kklpankcolbkjjnjajfdljcnpeifgohe |
Descrição | Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment. |
Tamanho do Arquivo | 265 KB |
Contagem de Instalações | 98 |
Versão Atual | 0.3.4 |
Última Atualização | 2013-09-19 |
Data de Publicação | 2013-09-19 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | http://www.browserbite.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browserbite Recorder (beta)", "description": "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.", "version": "0.3.4", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "48": "img\/icon-48.png", "16": "img\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "img\/event-click.png" ] } |