PenCheck
This extension allows the user to create a work checklist for their browser
PenCheck là gì?
PenCheck là một tiện ích mở rộng Chrome được phát triển bởi meepitschree, và tính năng chính của nó là "This extension allows the user to create a work checklist for their browser".
Ả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 PenCheck
Tải xuống các tệp mở rộng PenCheck 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
simple pop-up task list with customizable fonts+colors and a little interactive penguin buddy! tools used: chrome.storage, FontSelect plugin & google font, TheySaidSo quotes a project made with love by megan & christie //minor bugs rn: -checkbox status resets -reorders tasks alphabetically
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PenCheck |
ID | elmbhpmlnkpjgpndmggiapconpfepcfp |
URL Chính Thức | https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp |
Mô tả | This extension allows the user to create a work checklist for their browser |
Kích Thước Tệp | 452 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2017-11-18 |
Ngày Phát Hành | 2017-11-17 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | meepitschree |
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, "name": "PenCheck", "description": "This extension allows the user to create a work checklist for their browser", "version": "0.0.0.1", "browser_action": { "default_icon": "img\/pencheck.png", "default_popup": "popup.html", "default_title": "PenCheck your tasks!" }, "permissions": [ "https:\/\/ajax.googleapis.com\/", "storage", "https:\/\/fonts.googleapis.com\/css?family=" ], "background": { "scripts": [ "jquery.fontselect.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |