Awesome Bookmarks Button
Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
Qu'est-ce que Awesome Bookmarks Button ?
Awesome Bookmarks Button est une extension Chrome développée par https://upway2late.com, et sa fonction principale est "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Awesome Bookmarks Button
Téléchargez les fichiers d'extension Awesome Bookmarks Button 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
It's a shortcut button to open the bookmarks.
Informations de Base sur l'Extension
Nom | Awesome Bookmarks Button |
ID | dgkaehmmlnblfmmpdebmhjieffcjjjph |
URL Officiel | https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph |
Description | Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected. |
Taille du Fichier | 32.94 KB |
Nombre d'Installations | 2,336 |
Version Actuelle | 1.2.0.0 |
Dernière Mise à Jour | 2020-12-03 |
Date de Publication | 2016-09-22 |
Évaluation | 4.43/5 Total 30 Évaluations |
Développeur | https://upway2late.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.upway2late.com/projects/buttons-project |
URL de la Page d'Aide | http://www.upway2late.com/projects/buttons-project |
URL de la Page de Politique de Confidentialité | http://www.upway2late.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Bookmarks Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.", "icons": { "16": "bookmarks_16.png", "48": "bookmarks_48.png", "128": "bookmarks_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "bookmarks_19.png", "default_title": "Awesome Bookmarks Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |