Simple bookmark
Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
Cos'è Simple bookmark?
Simple bookmark è un'estensione di Chrome sviluppata da levishuberherbrand, e la sua funzione principale è "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple bookmark
Scarica i file di estensione Simple bookmark 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
Save all your currents tabs with one click!
Open all webs of a folder also with one click.
Easiest way to search and organize your bookmarks. Informazioni di Base sull'Estensione
| Nome | |
| ID | aecodjadibpbgapelmdheknchoeplfgi |
| URL Ufficiale | https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi |
| Descrizione | Save your favorite websites or save opened tabs, if you may need them in future, with a single click. |
| Dimensione del File | 77.19 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 6.9 |
| Ultimo Aggiornamento | 2022-01-20 |
| Data di Pubblicazione | 2019-02-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | levishuberherbrand |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://blintic.com/policy.html |
| Lingue Supportate | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple bookmark",
"description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
"version": "6.9",
"default_locale": "en",
"icons": {
"24": "star.png",
"128": "star.png"
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "jquery-1.js"
},
"action": {
"default_icon": "star.png",
"default_popup": "popup.html"
}
} | |