Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Qu'est-ce que Better Bookmarks ?

Better Bookmarks est une extension Chrome développée par https://sites.google.com/site/chromeappdevupdates, et sa fonction principale est "Quickly search and manage all your Bookmarks in Google Chrome".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Better Bookmarks

Téléchargez les fichiers d'extension Better Bookmarks 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

                        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                    

Informations de Base sur l'Extension

Nom Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
URL Officiel https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
Description Quickly search and manage all your Bookmarks in Google Chrome
Taille du Fichier 34.82 KB
Nombre d'Installations 122
Version Actuelle 1.1
Dernière Mise à Jour 2016-07-21
Date de Publication 2016-07-21
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://sites.google.com/site/chromeappdevupdates
Type de Paiement free
Site Web de l'Extension http://chromeapp.auto-update.co/bookmarks
URL de la Page d'Aide http://chromeapp.auto-update.co/bookmarks
Langues Prises en Charge 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'"
}