Bjorn's Playground

Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...

O que é Bjorn's Playground?

Bjorn's Playground é uma extensão do Chrome desenvolvida por https://www.backlund.org, e sua principal característica é "Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bjorn's Playground

Baixe arquivos de extensão Bjorn's Playground 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

                        Easy access to accent characters, text snippet library, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...

Keep and manage often used text snippets in a 'snippet library', copy a saved text snippet to the clipboard with single mouse click. Add selected text to the library with one of the context menu items added by the extension.

Need access to accent characters? Use the "Accents" popup to copy desired accent character to the clipboard.

Find something useful content on a web page? Send it to your Gdrive as a Google Doc. Quickly access these saved docs using one of our Docs add-ons 
like "Bjorn's Snippets" - https://www.backlund.org/app.aspx?about=SnippetsAddOn.

Need a QR-code? Select the text on the web page and choose the "Create QR-code image" context menu item.

Create a Word Cloud image for selected text with the "Create Word Cloud image" menu item.                    

Informações Básicas da Extensão

Nome Bjorn's Playground Bjorn's Playground
ID poabobobafdhbffbocdljedacfifkgci
URL Oficial https://chromewebstore.google.com/detail/bjorns-playground/poabobobafdhbffbocdljedacfifkgci
Descrição Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...
Tamanho do Arquivo 30.53 KB
Contagem de Instalações 47
Versão Atual 1.63
Última Atualização 2020-02-17
Data de Publicação 2020-02-14
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor https://www.backlund.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.backlund.org/app.aspx?about=ChromeExtension
URL da Página de Ajuda https://www.backlund.org/app.aspx?about=ChromeExtension
URL da Página de Política de Privacidade https://www.backlund.org/Privacy.aspx
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bjorn's Playground",
    "description": "Easy access to accent characters, send selected text\/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...",
    "version": "1.63",
    "icons": {
        "16": "Images\/ChromeExtension\/Logo_New_16.png",
        "48": "Images\/ChromeExtension\/Logo_New_48.png",
        "128": "Images\/ChromeExtension\/Logo_New_128.png"
    },
    "background": {
        "scripts": [
            "app_init.js",
            "background_snippets.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Images\/ChromeExtension\/Logo_New_19.png",
        "default_popup": "popup.html",
        "default_title": "Bjorn's Playground"
    },
    "content_security_policy": "script-src 'self' object-src",
    "permissions": [
        "contextMenus",
        "storage"
    ]
}