Bokemarks.com

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

Apa itu Bokemarks.com?

Bokemarks.com adalah ekstensi Chrome yang dikembangkan oleh http://www.bokemarks.com, dan fitur utamanya adalah "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bokemarks.com

Unduh file ekstensi Bokemarks.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL Resmi https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Deskripsi Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Ukuran File 23.84 KB
Jumlah Instalasi 56
Versi Saat Ini 0.92
Terakhir Diperbarui 2013-11-18
Tanggal Publikasi 2013-11-18
Penilaian 5.00/5 Total 5 Penilaian
Pengembang http://www.bokemarks.com
Tipe Pembayaran free
Situs Ekstensi http://www.bokemarks.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}