Bokemarks.com

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

Qu'est-ce que Bokemarks.com ?

Bokemarks.com est une extension Chrome développée par http://www.bokemarks.com, et sa fonction principale est "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bokemarks.com

Téléchargez les fichiers d'extension Bokemarks.com 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

                        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)                    

Informations de Base sur l'Extension

Nom Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
URL Officiel https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Description Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Taille du Fichier 23.84 KB
Nombre d'Installations 56
Version Actuelle 0.92
Dernière Mise à Jour 2013-11-18
Date de Publication 2013-11-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur http://www.bokemarks.com
Type de Paiement free
Site Web de l'Extension http://www.bokemarks.com
Langues Prises en Charge 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"
            ]
        }
    ]
}