Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

Qu'est-ce que Simple bookmark ?

Simple bookmark est une extension Chrome développée par levishuberherbrand, et sa fonction principale est "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple bookmark

Téléchargez les fichiers d'extension Simple bookmark 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

                        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.                    

Informations de Base sur l'Extension

Nom Simple bookmark Simple bookmark
ID aecodjadibpbgapelmdheknchoeplfgi
URL Officiel https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi
Description Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
Taille du Fichier 77.19 KB
Nombre d'Installations 30
Version Actuelle 6.9
Dernière Mise à Jour 2022-01-20
Date de Publication 2019-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur levishuberherbrand
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://blintic.com/policy.html
Langues Prises en Charge 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"
    }
}