Book Mark Viewer

View your bookmarks as an interactive connected Graph

Wat is Book Mark Viewer?

Book Mark Viewer is een Chrome-extensie ontwikkeld door devsadda, en de belangrijkste functie is "View your bookmarks as an interactive connected Graph".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Book Mark Viewer

Download Book Mark Viewer-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

                        It converts your lousy bookmarks to an interactive connected visually rich graph you can play around with.
Check out the hierarchy of your bookmarks and have a visual treat...                    

Basisinformatie over de Extensie

Naam Book Mark Viewer Book Mark Viewer
ID lfmmjhnknhjbackcakifjjnfnifgmpem
Officiële URL https://chromewebstore.google.com/detail/book-mark-viewer/lfmmjhnknhjbackcakifjjnfnifgmpem
Beschrijving View your bookmarks as an interactive connected Graph
Bestandsgrootte 135 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2014-06-02
Publicatiedatum 2014-06-02
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar devsadda
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Book Mark Viewer",
    "version": "1.0",
    "description": "View your bookmarks as an interactive connected Graph",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}