WebLabel
It is a tool that paste a sticky note on the Web page.
WebLabel란 무엇입니까?
WebLabel은(는) tksimsuko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is a tool that paste a sticky note on the Web page."입니다.
확장 프로그램 스크린샷
WebLabel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Webページに付箋を貼り付けるアプリです。 【機能紹介】 ・Webページ上に付箋を貼る。 ・保存する。 ・付箋のスタイルを変える。 ・削除する。 ・検索する。 ●Webページ上に付箋を貼る。 Webページ上に付箋を貼り、メモを書き込むことができます。 付箋の位置、色、サイズは自由にかえることができます。 (操作) 右クリックを押して、「Add Label」を選択する。 ●保存する。 付箋をローカルに保存します。 (操作) テキストを書き換えてフォーカスを外す。 付箋を動かす。 付箋のサイズを変える。 ●付箋のスタイルを変える。 付箋の色、文字サイズを調整できます。 (操作) 付箋の左上にあるアイコンをクリックする。 以下の項目を調整できます。 「background color」 背景色 「border color」 枠線の色 「color」 文字色 「font size」 文字サイズ ●削除する。 付箋にカーソルを合わせ、付箋右上にある「×」をクリックすると削除されます。 ●検索する。 貼り付けた付箋に書き込んだ内容を検索できます。 (操作) ブラウザ右上にあるWebLabelのアイコン「wl」をクリックして、 「search」と書かれた検索ボックスに文字を入力します。 入力した文字が含まれる、Webページのタイトル、url、付箋が表示されます。 ●データ移行について 古いPCから新しいPCへデータを移行する場合は、以下を参考ください。 https://workflowy.com/s/RUyJpMYBd3 【注意点】 インストール直後に使用する場合は、インストール後Webページを更新して使用してください。 iframeタグを用いたサイトには付箋を貼付けることができません。
확장 프로그램 기본 정보
이름 | WebLabel |
ID | paaiopflofakieapanjjggpcpgbidcaj |
공식 URL | https://chromewebstore.google.com/detail/weblabel/paaiopflofakieapanjjggpcpgbidcaj |
설명 | It is a tool that paste a sticky note on the Web page. |
파일 크기 | 91.14 KB |
설치 횟수 | 1,078 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2015-01-28 |
출시 날짜 | 2015-01-27 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | tksimsuko |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebLabel", "version": "2.1.1", "manifest_version": 2, "description": "It is a tool that paste a sticky note on the Web page.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Web Label", "default_popup": "html\/popup.html" }, "options_page": "html\/option.html", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content_base.js", "js\/keycontrol.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "contextMenus", "tabs" ] } |