30DayBookmarks
A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.
Qu'est-ce que 30DayBookmarks ?
30DayBookmarks est une extension Chrome développée par devwandermarks, et sa fonction principale est "A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 30DayBookmarks
Téléchargez les fichiers d'extension 30DayBookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 30DayBookmarks |
ID | dgfcciloeaeniijloddjdeahlpfcjggd |
URL Officiel | https://chromewebstore.google.com/detail/30daybookmarks/dgfcciloeaeniijloddjdeahlpfcjggd |
Description | A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days. |
Taille du Fichier | 466 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2019-05-06 |
Date de Publication | 2019-05-05 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | devwandermarks |
Type de Paiement | free |
Site Web de l'Extension | https://shubhapradha.github.io/30daybookmarks/ |
Langues Prises en Charge | 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\/" ] } |