HomeDiary Clip It Button
Save creative ideas from around the web with the official Homediary browser button for Chrome.
HomeDiary Clip It Button란 무엇입니까?
HomeDiary Clip It Button은(는) HomeDiary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save creative ideas from around the web with the official Homediary browser button for Chrome."입니다.
확장 프로그램 스크린샷
HomeDiary Clip It Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save creative ideas from around the web with the official HomeDiary browser button for Chrome. Click the HomeDiary button next time you find something interesting that you want to save for later. Links get saved as visual bookmarks in the Ideas section, which are way easier to recognize and organize than the same old text bookmarks your browser gives you. HomeDiary lets you: CREATE A DIGITAL RECORD OF YOUR HOME Manage your home's items, activities, and spaces. VISUALIZE AND PLAN SPACES IN 3D Draw a room or a whole floor plan. Design, plan and view spaces in 2D & 3D. STORE INVENTORY AND MAINTENANCE RECORDS Find critical home information when you need it. CLIP IDEAS AND CREATE REMINDERS Save images from the web and upload or snap photos of products and ideas.
확장 프로그램 기본 정보
이름 | |
ID | iladhkommedalnmjkcbodloeopfgpihd |
공식 URL | https://chrome.google.com/webstore/detail/homediary-clip-it-button/iladhkommedalnmjkcbodloeopfgpihd |
설명 | Save creative ideas from around the web with the official Homediary browser button for Chrome. |
파일 크기 | 397 KB |
설치 횟수 | 72 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2017-08-22 |
출시 날짜 | 2017-08-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | HomeDiary |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://homediary.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HomeDiary Clip It Button", "short_name": "HomeDiary Clip It Button", "description": "Save creative ideas from around the web with the official Homediary browser button for Chrome.", "version": "1.2.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ ".\/data\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ ".\/data\/js\/jquery.min.js", ".\/data\/js\/web-clipper.js", ".\/data\/js\/content.js" ], "css": [ ".\/data\/css\/web-clipper.css" ], "run_at": "document_end" } ], "icons": { "16": ".\/data\/icons\/icon.png", "48": ".\/data\/icons\/icon.png", "128": ".\/data\/icons\/icon.png" }, "web_accessible_resources": [ "data\/images\/panel-bg.jpg", "data\/images\/exit-button.png", "data\/images\/clip-this-image.jpg", "data\/iframe\/iframe.html", "data\/iframe\/images\/logo-default.png" ], "browser_action": { "default_icon": ".\/data\/icons\/icon.png", "default_title": "HomeDiary Clip It Button" } } |