We Heart It
Official We Heart It Google Chrome extension
We Heart It란 무엇입니까?
We Heart It은(는) http://weheartit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official We Heart It Google Chrome extension"입니다.
확장 프로그램 스크린샷
We Heart It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Be apart of our inspiring community! Here’s how it works: - Download the extension - Tap the “Heart” extension in your browser - Pick a collection to save the image to - The We Heart It community will be able to visit the site, shop the item or learn more about the image that you hearted Happy Hearting!
확장 프로그램 기본 정보
이름 | |
ID | iblenkmcolcdonmlfknbpbgjebabcoae |
공식 URL | https://chrome.google.com/webstore/detail/we-heart-it/iblenkmcolcdonmlfknbpbgjebabcoae |
설명 | Official We Heart It Google Chrome extension |
파일 크기 | 128 KB |
설치 횟수 | 67,380 |
현재 버전 | 4.1.22 |
최근 업데이트 | 2022-12-07 |
출시 날짜 | 2019-12-27 |
평점 | 4.57/5 총 3511 개의 평점 |
개발자 | http://weheartit.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://weheartit.com/ |
도움말 페이지 URL | http://help.weheartit.com/ |
개인정보 보호 정책 페이지 URL | https://weheartit.com/about/privacy-policy |
지원되는 언어 | id,de,en,fr,nl,tr,es,it,hu,pl,ro,el,ru,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "4.1.22", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "__MSG_action_default_title__" }, "background": { "scripts": [ "js\/environment.js", "js\/i18n.js", "js\/i18n.messages.js", "js\/ajaxBackground.js", "js\/pubsubBackground.js", "js\/initBackground.js", "js\/initMenuButton.js", "js\/initContextButton.js", "js\/popup.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.weheartit.com\/*", "*:\/\/whi.dev\/*" ], "js": [ "js\/analytics.js", "js\/environment.js", "js\/i18n.js", "js\/i18n.messages.js", "js\/helper.js", "js\/settings.js", "js\/pubsubContentScript.js", "js\/ImageElement.js", "js\/GoogleAnalytics.js", "js\/GoogleImageElement.js", "js\/BingImageElement.js", "js\/TumblrImageElement.js", "js\/TumblrDashboardImageElement.js", "js\/PinterestImageElement.js", "js\/VideoElement.js", "js\/IFrameVideoElement.js", "js\/drag.js", "js\/contextMenu.js", "js\/overlay.js", "js\/popup.js", "js\/initContentScript.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.weheartit.com\/*", "*:\/\/whi.dev\/*" ], "js": [ "js\/handlebarsRuntime.js", "js\/handlebarsTemplates.js", "js\/AlertHtml.js", "js\/bookmarklet_base.js", "js\/drop.js", "js\/initTopContentScript.js" ], "css": [ "css\/dragdrop.css", "css\/alert.css", "css\/grid.css" ], "run_at": "document_end", "all_frames": false } ], "options_page": "options.html", "web_accessible_resources": [ "css\/bookmarklet.css", "images\/*" ], "permissions": [ "tabs", "contextMenus", "https:\/\/weheartit.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |