BOJ Blog Post
Baekjoon Online Judge Blog post HTML & comments make program
What is BOJ Blog Post?
BOJ Blog Post is a Chrome extension developed by riyenas0925, and its main feature is "Baekjoon Online Judge Blog post HTML & comments make program".
Extension Screenshots
Download BOJ Blog Post Extension CRX File
Download BOJ Blog Post 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
Baekjoon Online Judge 문제를 블로그 포스팅용(HTML), 주석 두가지 방식으로 클립보드에 복사해주는 크롬 확장 프로그램입니다.
Extension Basic Information
Name | BOJ Blog Post |
ID | ehhcjhfkaiohgflkjifmageahncijacd |
Official URL | https://chromewebstore.google.com/detail/boj-blog-post/ehhcjhfkaiohgflkjifmageahncijacd |
Description | Baekjoon Online Judge Blog post HTML & comments make program |
File Size | 24.9 KB |
Installation Count | 29 |
Current Version | 1.0.7 |
Last Updated | 2019-04-02 |
Publish Date | 2019-04-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | riyenas0925 |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BOJ Blog Post", "author": "riyenas0925", "description": "Baekjoon Online Judge Blog post HTML & comments make program", "homepage_url": "https:\/\/github.com\/riyenas0925\/Chorme-Extension-BOJ-Comments-generator", "version": "1.0.7", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "tabs" ], "icons": { "128": "images\/icon.png" }, "browser_action": { "defualt_title": "Title", "default_popup": "popup.html", "default_icon": "images\/icon.png" } } |