Hello Tab
Hello Tab replaces your new tab page with random thoughts from others
Hello Tab là gì?
Hello Tab là một tiện ích mở rộng Chrome được phát triển bởi https://hellotab.com, và tính năng chính của nó là "Hello Tab replaces your new tab page with random thoughts from others".
Ả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 Hello Tab
Tải xuống các tệp mở rộng Hello Tab 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
Use this chrome extension to anonymously share a thought or simply get inspired by others thoughts every time you open a new tab (cmd+T). Share whatever is on your mind, as long as it's less than 200 characters. Want to use more than one new-tab-extension at once? Check out "Cycle Tab" (http://cycletab.rocks) on the chrome store!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hello Tab |
ID | nimdmcfjenibfldkceoegchnicmfagfb |
URL Chính Thức | https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb |
Mô tả | Hello Tab replaces your new tab page with random thoughts from others |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 434 |
Phiên Bản Hiện Tại | 1.3.6 |
Cập Nhật Lần Cuối | 2015-09-27 |
Ngày Phát Hành | 2015-09-27 |
Đánh Giá | 4.60/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://hellotab.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hellotab.com |
URL Trang Trợ Giúp | https://hellotab.com#faq |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hello Tab", "description": "Hello Tab replaces your new tab page with random thoughts from others", "version": "1.3.6", "icons": { "16": "images\/icon16.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/hellotab.com\/*" ], "js": [ "js\/content_script.js" ] } ], "web_accessible_resources": [ "newtab.html" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "https:\/\/hellotab.com\/", "storage" ] } |