Magic Button
Automagically generate Zawgyi/Unicode version of text in browser.
Magic Button란 무엇입니까?
Magic Button은(는) https://swanhtetaung.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automagically generate Zawgyi/Unicode version of text in browser."입니다.
확장 프로그램 스크린샷
Magic Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automagically generate Zawgyi/Unicode version of your facebook status in your browser. Change Log: v1.1.0 ------- - Cleaner encoding tags. - Generated encoding text will append after the original text. v1.0.1 ------- - Fix button interfering in chatbox textarea v1.0.0 ------- - Fix bugs v0.1.0 ------- - Now you don't have to choose conversion type. We will do it for you. (Add ability to detect Zawgyi/Unicode automagically) - Bug fixes Magic is an open source project licensed under GNU General Public License. You may obtain a copy of the License at http://www.gnu.org/licenses/. You can contribute to the project in github : https://github.com/swanhtet1992/MagicButton
확장 프로그램 기본 정보
이름 | Magic Button |
ID | anonbddkeifgmiekhengieaajehcpdcg |
공식 URL | https://chromewebstore.google.com/detail/magic-button/anonbddkeifgmiekhengieaajehcpdcg |
설명 | Automagically generate Zawgyi/Unicode version of text in browser. |
파일 크기 | 23.74 KB |
설치 횟수 | 183 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2019-03-05 |
출시 날짜 | 2019-03-05 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://swanhtetaung.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/swanhtet1992/MagicButton |
도움말 페이지 URL | https://github.com/swanhtet1992/MagicButton/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js", "scripts\/converter.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "templates\/magic.html" ] } |