Bookmark Manager

Simple and Easy to Use

Wat is Bookmark Manager?

Bookmark Manager is een Chrome-extensie ontwikkeld door Abbas Gussenov, en de belangrijkste functie is "Simple and Easy to Use".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmark Manager

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

                        Additional manually-managed browser history.

Bookmark Manager is a Chrome extension that works only under the management of the user.                    

Basisinformatie over de Extensie

Naam Bookmark Manager Bookmark Manager
ID aceciacheicfbbickdmhomlbidfcgcid
Officiële URL https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid
Beschrijving Simple and Easy to Use
Bestandsgrootte 26.64 KB
Aantal Installaties 88
Huidige Versie 0.0.0.10 beta
Laatst Bijgewerkt 2018-07-06
Publicatiedatum 2018-07-05
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Abbas Gussenov
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gusenov/managed-browser-history
Help Pagina-URL https://github.com/gusenov/managed-browser-history/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.10",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
        "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
        "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
            "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
            "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
        },
        "default_title": "__MSG_extPageActionDefaultTitle__",
        "default_popup": "html\/popup.html"
    },
    "author": "__MSG_extAuthor__",
    "background": {
        "scripts": [
            "node_modules\/web-store\/web-store.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "ids": [
            "oilbhdaboflggkedbegfpjmnikpiccmo",
            "pkpobljamjgbapmbakcnhggopcmjhiio"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version_name": "0.0.0.10 beta"
}