30DayBookmarks
A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.
What is 30DayBookmarks?
30DayBookmarks is a Chrome extension developed by devwandermarks, and its main feature is "A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.".
Extension Screenshots
Download 30DayBookmarks Extension CRX File
Download 30DayBookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 30DayBookmarks |
ID | dgfcciloeaeniijloddjdeahlpfcjggd |
Official URL | https://chromewebstore.google.com/detail/30daybookmarks/dgfcciloeaeniijloddjdeahlpfcjggd |
Description | A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days. |
File Size | 466 KB |
Installation Count | 38 |
Current Version | 0.0.0.4 |
Last Updated | 2019-05-06 |
Publish Date | 2019-05-05 |
Rating | 4.00/5 Total 3 Ratings |
Developer | devwandermarks |
Payment Type | free |
Extension Website | https://shubhapradha.github.io/30daybookmarks/ |
Supported Languages | 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\/" ] } |