Bokemarks.com

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

Co to jest Bokemarks.com?

Bokemarks.com to rozszerzenie Chrome opracowane przez http://www.bokemarks.com, a jego główną funkcją jest „Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bokemarks.com

Pobierz pliki rozszerzeń Bokemarks.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
Oficjalny URL https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Opis Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Rozmiar pliku 23.84 KB
Liczba instalacji 56
Aktualna Wersja 0.92
Ostatnia Aktualizacja 2013-11-18
Data Publikacji 2013-11-18
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper http://www.bokemarks.com
Typ Płatności free
Strona Rozszerzenia http://www.bokemarks.com
Obsługiwane Języki 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"
            ]
        }
    ]
}