Simple bookmark
Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
Wat is Simple bookmark?
Simple bookmark is een Chrome-extensie ontwikkeld door levishuberherbrand, en de belangrijkste functie is "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple bookmark
Download Simple bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | aecodjadibpbgapelmdheknchoeplfgi |
| Officiële URL | https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi |
| Beschrijving | Save your favorite websites or save opened tabs, if you may need them in future, with a single click. |
| Bestandsgrootte | 77.19 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 6.9 |
| Laatst Bijgewerkt | 2022-01-20 |
| Publicatiedatum | 2019-02-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | levishuberherbrand |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://blintic.com/policy.html |
| Ondersteunde Talen | 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"
}
} | |