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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to accent characters, send selected text/image to Gdrive, generate QR-codes, Word Clouds, AND MORE..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bjorn's Playground एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}