Tiny Bookmarks
A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.
Qu'est-ce que Tiny Bookmarks ?
Tiny Bookmarks est une extension Chrome développée par schouffy, et sa fonction principale est "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tiny Bookmarks
Téléchargez les fichiers d'extension Tiny 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
Displays all your bookmarks in a treeview. Lets you hide the bookmarks bar so you have more vertical screen space for the websites. Features : - Search - Remove Icon by https://www.iconfinder.com/SPETS Source code https://github.com/schouffy/bookmarks-chrome-extension
Informations de Base sur l'Extension
Nom | Tiny Bookmarks |
ID | iegcdellenlkefldcoligpmfnnejcekj |
URL Officiel | https://chromewebstore.google.com/detail/tiny-bookmarks/iegcdellenlkefldcoligpmfnnejcekj |
Description | A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar. |
Taille du Fichier | 191 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-04-07 |
Date de Publication | 2020-04-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | schouffy |
jerome@cheekymonkey.games | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Bookmarks", "version": "0.3", "description": "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.", "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Tiny Bookmarks", "default_popup": "index.html", "default_icon": { "16": "star_16.png", "32": "star_32.png", "48": "star_48.png", "128": "star_128.png" } }, "icons": { "16": "star_16.png", "32": "star_32.png", "48": "star_48.png", "128": "star_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Comma", "mac": "Command+Comma", "chromeos": "Ctrl+Comma", "linux": "Ctrl+Comma" } } }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |