우회전략
웹상에서 맞닥뜨리는 문제를 해결하는 데 도움이 될 만한 우회전략을 제시합니다.
What is 우회전략?
우회전략 is a Chrome extension developed by https://minguhongmfg.com, and its main feature is "웹상에서 맞닥뜨리는 문제를 해결하는 데 도움이 될 만한 우회전략을 제시합니다.".
Extension Screenshots
Download 우회전략 Extension CRX File
Download 우회전략 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1975년 예술가 브라이언 이노(Brian Eno)와 페터 슈미트(Peter Schmidt)는 카드 114장으로 이뤄진 「우회전략」을 발표했습니다. 각 카드에는 예술가, 특히 음악가가 작업 중에 맞닥뜨리는 문제를 해결하는 데 도움이 될 만한 문장이 인쇄돼 있습니다. 몇몇은 지나치게 구체적이고, 몇몇은 지나치게 일반적인 문장 사이에서, 사용자는 무작위로 뽑아 든 카드 한 장 속 문장을 통해 실제로 문제를 해결하거나 위안을 얻습니다. 「우회전략」은 앞서 소개한 「우회전략」에 한 가지 우회전략을 더한 구글 크롬 확장 프로그램으로, 웹상에서 맞닥뜨리는 문제를 해결하는 데 도움이 될 만한 우회전략을 구글 크롬 화면의 오른쪽에서 제시합니다.
Extension Basic Information
Name | |
ID | epmobfibnedhafjobaacagkdfcpfafne |
Official URL | https://chrome.google.com/webstore/detail/epmobfibnedhafjobaacagkdfcpfafne |
Description | 웹상에서 맞닥뜨리는 문제를 해결하는 데 도움이 될 만한 우회전략을 제시합니다. |
File Size | 150 KB |
Installation Count | 72 |
Current Version | 0.9.2 |
Last Updated | 2019-12-10 |
Publish Date | 2019-12-10 |
Developer | https://minguhongmfg.com |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\uc6b0\ud68c\uc804\ub7b5", "version": "0.9.2", "description": "\uc6f9\uc0c1\uc5d0\uc11c \ub9de\ub2e5\ub728\ub9ac\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub420 \ub9cc\ud55c \uc6b0\ud68c\uc804\ub7b5\uc744 \uc81c\uc2dc\ud569\ub2c8\ub2e4.", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "permissions": [ "activeTab" ] } |