Magic Hat
Add any domain/url/word to the bag, and randomly visit them
Magic Hat là gì?
Magic Hat là một tiện ích mở rộng Chrome được phát triển bởi Durga Prasad, và tính năng chính của nó là "Add any domain/url/word to the bag, and randomly visit them".
Ả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 Magic Hat
Tải xuống các tệp mở rộng Magic Hat 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
Magic Hat help you browse a random item from your defined buckets of 1. Domains you keep visiting 2. Pages you want to read later 3. Text you want to read up about in future. Go to the options page to manage your items. Use "ctrl+q" shortcut to get a random page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magic Hat |
ID | ipakeaeddpkhjpfdeokobibifclmplkl |
URL Chính Thức | https://chromewebstore.google.com/detail/magic-hat/ipakeaeddpkhjpfdeokobibifclmplkl |
Mô tả | Add any domain/url/word to the bag, and randomly visit them |
Kích Thước Tệp | 524 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-12-27 |
Ngày Phát Hành | 2013-12-26 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Durga Prasad |
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": "Magic Hat", "description": "Add any domain\/url\/word to the bag, and randomly visit them", "version": "1.0", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "\/img\/bagCheck16.png", "48": "\/img\/bagCheck48.png", "128": "\/img\/bagCheck128.png" }, "browser_action": { "default_icon": "\/img\/bagCheck.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "opt\/options.html", "background": { "scripts": [ "util.js", "\/models\/jsClass.js", "\/models\/genericThingModel.js", "\/models\/settingsModel.js", "\/models\/exactThingModel.js", "\/models\/wordThingModel.js", "\/models\/someThingModel.js", "uiFunctions.js", "localData.js" ] }, "commands": { "random-show": { "suggested_key": { "default": "Ctrl+Q" }, "description": "Random from Bag" } } } |