Fast Bookmark

Enables you to save bookmarks super fast.

Qu'est-ce que Fast Bookmark ?

Fast Bookmark est une extension Chrome développée par jakob, et sa fonction principale est "Enables you to save bookmarks super fast.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fast Bookmark

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

                        Save bookmarks faster by just typing the name of the folder you want to save it to.

Fast Bookmark helps you to save bookmarks faster. If you want to save a new bookmark into one of your bookmark folders or into a new bookmark folder it takes a few clicks to choose the folder. For people who save a lot of bookmarks and want to keep them organized in folders this can be quite tedious.

Fast Bookmark provides an autocomplete input field to easily choose the right folder for the new bookmark. Just open Fast Bookmark (best is to set a shortcut to open the extension, e.g. CTRL+Shift+S), start typing the name of the folder and hit enter. Finished.

Creating a new folder is super easy as well: Just type "> my-new-folder" and Fast Bookmark will create a new folder with the name "my-new-folder" and save the bookmark into it.

Creating subfolders is possible as well: For example type "Technology > my-new-subfolder" and Fast Bookmark will create a new subfolder with the name "my-new-folder" within the folder with the name "Techology" and save the bookmark into it.

The code of this extension is available at: https://github.com/wasserth/fast-bookmark                    

Informations de Base sur l'Extension

Nom Fast Bookmark Fast Bookmark
ID bkolccbclokgkhcciikgbkcmnagimjib
URL Officiel https://chromewebstore.google.com/detail/fast-bookmark/bkolccbclokgkhcciikgbkcmnagimjib
Description Enables you to save bookmarks super fast.
Taille du Fichier 66.87 KB
Nombre d'Installations 1,687
Version Actuelle 1.2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.30/5 Total 43 Évaluations
Développeur jakob
Type de Paiement free
Site Web de l'Extension https://github.com/wasserth/fast-bookmark
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Bookmark",
    "version": "1.2",
    "description": "Enables you to save bookmarks super fast.",
    "author": "Jakob Wasserthal",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Fast Bookmark",
        "default_icon": "icons\/bookmark-icon-1-16px.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/bookmark-icon-1-16px.png",
        "48": "icons\/bookmark-icon-1-48px.png",
        "128": "icons\/bookmark-icon-1-128px.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}