We Heart It
Official We Heart It Google Chrome extension
We Heart It là gì?
We Heart It là một tiện ích mở rộng Chrome được phát triển bởi http://weheartit.com, và tính năng chính của nó là "Official We Heart It Google Chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng We Heart It
Tải xuống các tệp mở rộng We Heart It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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! Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | iblenkmcolcdonmlfknbpbgjebabcoae |
| URL Chính Thức | https://chrome.google.com/webstore/detail/we-heart-it/iblenkmcolcdonmlfknbpbgjebabcoae |
| Mô tả | Official We Heart It Google Chrome extension |
| Kích Thước Tệp | 128 KB |
| Số Lần Cài Đặt | 67,380 |
| Phiên Bản Hiện Tại | 4.1.22 |
| Cập Nhật Lần Cuối | 2022-12-07 |
| Ngày Phát Hành | 2019-12-27 |
| Đánh Giá | 4.57/5 Tổng số 3511 Đánh Giá |
| Nhà Phát Triển | http://weheartit.com |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | http://weheartit.com/ |
| URL Trang Trợ Giúp | http://help.weheartit.com/ |
| URL Trang Chính Sách Bảo Mật | https://weheartit.com/about/privacy-policy |
| Ngôn Ngữ Được Hỗ Trợ | 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"
]
} | |