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...」です。
拡張機能のスクリーンショット
Bjorn's Playground拡張機能のCRXファイルをダウンロード
Bjorn's Playground拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |