30DayBookmarks
A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.
Cos'è 30DayBookmarks?
30DayBookmarks è un'estensione di Chrome sviluppata da devwandermarks, e la sua funzione principale è "A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 30DayBookmarks
Scarica i file di estensione 30DayBookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 30DayBookmarks |
ID | dgfcciloeaeniijloddjdeahlpfcjggd |
URL Ufficiale | https://chromewebstore.google.com/detail/30daybookmarks/dgfcciloeaeniijloddjdeahlpfcjggd |
Descrizione | A temporary bookmark to save short term web interests. Keeps bookmarks for 30 days. |
Dimensione del File | 466 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2019-05-06 |
Data di Pubblicazione | 2019-05-05 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | devwandermarks |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shubhapradha.github.io/30daybookmarks/ |
Lingue Supportate | 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\/" ] } |