Add to OneKeep

Add bookmark to your OneKeep account.

Wat is Add to OneKeep?

Add to OneKeep is een Chrome-extensie ontwikkeld door https://onekeep.com, en de belangrijkste functie is "Add bookmark to your OneKeep account.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Add to OneKeep

Download Add to OneKeep-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

                        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.                    

Basisinformatie over de Extensie

Naam Add to OneKeep Add to OneKeep
ID glnmmegioanmhhhfdlhhgapcjdnhnibf
Officiële URL https://chromewebstore.google.com/detail/add-to-onekeep/glnmmegioanmhhhfdlhhgapcjdnhnibf
Beschrijving Add bookmark to your OneKeep account.
Bestandsgrootte 9.15 KB
Aantal Installaties 98
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-10-24
Publicatiedatum 2020-12-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://onekeep.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}