Easy Bookmark Manager Extension

This extension makes it very easy to add new bookmarks.

Wat is Easy Bookmark Manager Extension?

Easy Bookmark Manager Extension is een Chrome-extensie ontwikkeld door Rudi Olckers, en de belangrijkste functie is "This extension makes it very easy to add new bookmarks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy Bookmark Manager Extension

Download Easy Bookmark Manager Extension-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

                        This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.                    

Basisinformatie over de Extensie

Naam Easy Bookmark Manager Extension Easy Bookmark Manager Extension
ID hhonlfdhoejpaofmmppaogebkfnbgefi
Officiële URL https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi
Beschrijving This extension makes it very easy to add new bookmarks.
Bestandsgrootte 14.5 KB
Aantal Installaties 220
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-25
Publicatiedatum 2016-01-24
Ontwikkelaar Rudi Olckers
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Bookmark Manager Extension",
    "version": "1.0",
    "description": "This extension makes it very easy to add new bookmarks.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}