Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Wat is Better Bookmarks?

Better Bookmarks is een Chrome-extensie ontwikkeld door https://sites.google.com/site/chromeappdevupdates, en de belangrijkste functie is "Quickly search and manage all your Bookmarks in Google Chrome".

Extensie Screenshots

Download het CRX-bestand van de extensie Better Bookmarks

Download Better Bookmarks-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

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

Basisinformatie over de Extensie

Naam Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
Officiële URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
Beschrijving Quickly search and manage all your Bookmarks in Google Chrome
Bestandsgrootte 34.82 KB
Aantal Installaties 122
Huidige Versie 1.1
Laatst Bijgewerkt 2016-07-21
Publicatiedatum 2016-07-21
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://sites.google.com/site/chromeappdevupdates
Betalingswijze free
Extensiewebsite http://chromeapp.auto-update.co/bookmarks
Help Pagina-URL http://chromeapp.auto-update.co/bookmarks
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}