Bookmarks

Bookmarks popup window gives you quick access to your favorite websites.

Qu'est-ce que Bookmarks ?

Bookmarks est une extension Chrome développée par Make it Simpler, et sa fonction principale est "Bookmarks popup window gives you quick access to your favorite websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks

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

                        Simple and powerful popup bookmark manager. Dropdown list of bookmarks, available at any time. Compact organizer of favorite sites, which is always close at hand.

Size: 17 KB.


✔ Changing bookmarks descriptions and links with one click.

✔ Creating, moving or deleting bookmarks and folders on the fly.

✔ Customizable popup window.

✔ Search bar helps you to find the tab from its description or link (Ctrl + F).                    

Informations de Base sur l'Extension

Nom Bookmarks Bookmarks
ID nciallonbllgijobgkfanodhehkkkkki
URL Officiel https://chromewebstore.google.com/detail/bookmarks/nciallonbllgijobgkfanodhehkkkkki
Description Bookmarks popup window gives you quick access to your favorite websites.
Taille du Fichier 18.41 KB
Nombre d'Installations 7,554
Version Actuelle 1.3.4
Dernière Mise à Jour 2016-12-17
Date de Publication 2016-12-17
Évaluation 4.66/5 Total 170 Évaluations
Développeur Make it Simpler
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,es,it,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "b.htm"
    },
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "i\/2.png",
        "48": "i\/1.png",
        "19": "i\/0.png"
    },
    "browser_action": {
        "default_icon": "i\/0.png",
        "default_title": "__MSG_extName__",
        "default_popup": "p.htm"
    },
    "default_locale": "en",
    "options_page": "o.htm",
    "options_ui": {
        "page": "o.htm",
        "chrome_style": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "42",
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "storage"
    ]
}