WhisperMe
Whisper the things you find on the web.
WhisperMe là gì?
WhisperMe là một tiện ích mở rộng Chrome được phát triển bởi http://live.whisperme.com, và tính năng chính của nó là "Whisper the things you find on the web.".
Ả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 WhisperMe
Tải xuống các tệp mở rộng WhisperMe 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
WhisperMe is a New Social Platform that enables YOU to express, diarize, remind and share gift lists that relate to ALL the special events in your life. Add products, brands, places and aspirations you really LOVE, WANT or simply NEED. Download the ME button into your browser. Click on the ME button and let WhisperMe make Event Gifting empowering, simple and easy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | depnkiakccnacgmemjcomdfoookmfolm |
URL Chính Thức | https://chrome.google.com/webstore/detail/whisperme/depnkiakccnacgmemjcomdfoookmfolm |
Mô tả | Whisper the things you find on the web. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.1.9.0 |
Cập Nhật Lần Cuối | 2016-02-11 |
Ngày Phát Hành | 2016-02-11 |
Nhà Phát Triển | http://live.whisperme.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.whisperme.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "WhisperMe", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Whisper the things you find on the web.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/www.whisperme.com", "version": "0.1.9.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/button.png", "default_title": "WhisperMe" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |