Bjorn's Playground

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

Bjorn's Playground란 무엇입니까?

Bjorn's Playground은(는) https://www.backlund.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bjorn's Playground 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bjorn's Playground Bjorn's Playground
ID poabobobafdhbffbocdljedacfifkgci
공식 URL https://chromewebstore.google.com/detail/bjorns-playground/poabobobafdhbffbocdljedacfifkgci
설명 Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE...
파일 크기 30.53 KB
설치 횟수 47
현재 버전 1.63
최근 업데이트 2020-02-17
출시 날짜 2020-02-14
평점 3.00/5 총 1 개의 평점
개발자 https://www.backlund.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.backlund.org/app.aspx?about=ChromeExtension
도움말 페이지 URL https://www.backlund.org/app.aspx?about=ChromeExtension
개인정보 보호 정책 페이지 URL https://www.backlund.org/Privacy.aspx
지원되는 언어 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"
    ]
}