Add to OneKeep

Add bookmark to your OneKeep account.

Qu'est-ce que Add to OneKeep ?

Add to OneKeep est une extension Chrome développée par https://onekeep.com, et sa fonction principale est "Add bookmark to your OneKeep account.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Add to OneKeep

Téléchargez les fichiers d'extension Add to OneKeep 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

                        Add bookmarks to your OneKeep account.

OneKeep.com is a professional online bookmark manager.

Save your bookmarks in onekeep.com, visit them anywhere.
Create multilevel folders, organize bookmarks neatly.
Import and export bookmarks easily.
Search bookmarks and view visit history conveniently.                    

Informations de Base sur l'Extension

Nom Add to OneKeep Add to OneKeep
ID glnmmegioanmhhhfdlhhgapcjdnhnibf
URL Officiel https://chromewebstore.google.com/detail/add-to-onekeep/glnmmegioanmhhhfdlhhgapcjdnhnibf
Description Add bookmark to your OneKeep account.
Taille du Fichier 9.15 KB
Nombre d'Installations 98
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-24
Date de Publication 2020-12-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://onekeep.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to OneKeep",
    "version": "1.0.1",
    "description": "Add bookmark to your OneKeep account.",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add bookmark to OneKeep",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}