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 |
官方網址 | 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" ] } |