Faster Bookmark - Add Bookmark faster
Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Wat is Faster Bookmark - Add Bookmark faster?
Faster Bookmark - Add Bookmark faster is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
Extensie Screenshots
Download het CRX-bestand van de extensie Faster Bookmark - Add Bookmark faster
Download Faster Bookmark - Add Bookmark faster-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
Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.
Default shortcut: cmd+b (win:ctrl+b)
-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark Basisinformatie over de Extensie
| Naam | |
| ID | fibadljlplamppipiebabkdehecpabce |
| Officiële URL | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
| Beschrijving | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
| Bestandsgrootte | 32.27 KB |
| Aantal Installaties | 902 |
| Huidige Versie | 1.3.1 |
| Laatst Bijgewerkt | 2015-12-24 |
| Publicatiedatum | 2015-12-24 |
| Beoordeling | 4.46/5 Totaal 28 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"author": "Minh Anh",
"background": {
"page": "init.html"
},
"browser_action": {
"default_icon": {
"19": "action.png",
"38": "action.png"
},
"default_popup": "background.html",
"default_title": "Faster Bookmark Button"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Ctrl+B",
"default": "Ctrl+B",
"linux": "Ctrl+B",
"mac": "Command+B",
"windows": "Ctrl+B"
}
}
},
"description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
"homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
"icons": {
"128": "bookmark.png",
"16": "bookmark.png",
"48": "bookmark.png"
},
"manifest_version": 2,
"name": "Faster Bookmark - Add Bookmark faster",
"shortname": "Faster Bookmark",
"permissions": [
"bookmarks",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.1"
} | |