TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
TabIt - G Keep : Productivity in Access là gì?
TabIt - G Keep : Productivity in Access là một tiện ích mở rộng Chrome được phát triển bởi TabIt, và tính năng chính của nó là "Provides quick access to Google Keep - right in browser action pop-up".
Ả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 TabIt - G Keep : Productivity in Access
Tải xuống các tệp mở rộng TabIt - G Keep : Productivity in Access 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
This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabIt - G Keep : Productivity in Access |
ID | mlgblhjjbecaeiocopmpceegpdeflmke |
URL Chính Thức | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
Mô tả | Provides quick access to Google Keep - right in browser action pop-up |
Kích Thước Tệp | 65.61 KB |
Số Lần Cài Đặt | 889 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2021-09-17 |
Ngày Phát Hành | 2018-12-20 |
Đánh Giá | 3.36/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | TabIt |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "TabIt - G Keep", "name": "TabIt - G Keep : Productivity in Access", "version": "1.4.1", "description": "Provides quick access to Google Keep - right in browser action pop-up", "icons": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "default_title": "TabIt - G Keep", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/keep.google.com\/*", "notifications", "management" ] } |