Bookmark Extension
This extension displays your Chrome Bookmarks
Qu'est-ce que Bookmark Extension ?
Bookmark Extension est une extension Chrome développée par eogiesoba, et sa fonction principale est "This extension displays your Chrome Bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Extension
Téléchargez les fichiers d'extension Bookmark Extension 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
Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. Contributors: Efosa Ogiesoba Susan Lippa Faizan Salman
Informations de Base sur l'Extension
Nom | |
ID | bmcedhkdcpghcododeoabjphojpigcoe |
URL Officiel | https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe |
Description | This extension displays your Chrome Bookmarks |
Taille du Fichier | 11.46 MB |
Nombre d'Installations | 38 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-03-21 |
Date de Publication | 2018-03-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | eogiesoba |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eogiesoba/Bookmark_App_rep |
URL de la Page d'Aide | https://chrome-bookmark-app.herokuapp.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Extension", "description": "This extension displays your Chrome Bookmarks", "version": "1.5", "browser_action": { "default_icon": "public\/images\/bookmark.png", "default_popup": "public\/extension.html", "default_title": "Bookmark Extension" }, "permissions": [ "bookmarks", "activeTab", "all_urls", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |