Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Was ist Bokemarks.com?

Bokemarks.com ist eine Chrome-Erweiterung, die von http://www.bokemarks.com entwickelt wurde, und ihr Hauptmerkmal ist "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Erweiterungsscreenshots

screenshot
screenshot

Bokemarks.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bokemarks.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

Grundlegende Informationen zur Erweiterung

Name Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
Offizielle URL https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Beschreibung Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Dateigröße 23.84 KB
Installationsanzahl 56
Aktuelle Version 0.92
Letztes Update 2013-11-18
Veröffentlichungsdatum 2013-11-18
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler http://www.bokemarks.com
Zahlungsart free
Erweiterungswebsite http://www.bokemarks.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}