30DayBookmarks
A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.
30DayBookmarks là gì?
30DayBookmarks là một tiện ích mở rộng Chrome được phát triển bởi devwandermarks, và tính năng chính của nó là "A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.".
Ả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 30DayBookmarks
Tải xuống các tệp mở rộng 30DayBookmarks 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
It helps keep the bookmarks folders clean from old and irrelevant links. Helps to keep the browser free of tab clutter. Provides a quick way to view recent bookmarks as well.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 30DayBookmarks |
ID | dgfcciloeaeniijloddjdeahlpfcjggd |
URL Chính Thức | https://chromewebstore.google.com/detail/30daybookmarks/dgfcciloeaeniijloddjdeahlpfcjggd |
Mô tả | A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days. |
Kích Thước Tệp | 466 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2019-05-06 |
Ngày Phát Hành | 2019-05-05 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | devwandermarks |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shubhapradha.github.io/30daybookmarks/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "30DayBookmarks", "short_name": "30DayBookmarks", "version": "0.0.0.4", "manifest_version": 2, "description": "A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.", "browser_action": { "default_title": "Save to 30DayBookmarks", "default_icon": { "16": "images\/icon-default-16.png", "24": "images\/icon-default-24.png", "32": "images\/icon-default-32.png", "48": "images\/icon-default-48.png", "64": "images\/icon-default-64.png", "128": "images\/icon-default-128.png" } }, "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "web_accessible_resources": [ "css\/custom.css", "css\/bootstrap.min.css", "mybookmarks.html" ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "activeTab", "bookmarks", "alarms", "contextMenus", "chrome:\/\/favicon\/" ] } |