Bookmark This Page

Add this website to your bookmarks

Qu'est-ce que Bookmark This Page ?

Bookmark This Page est une extension Chrome développée par http://rivario.com, et sa fonction principale est "Add this website to your bookmarks".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark This Page

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

                                            

Informations de Base sur l'Extension

Nom Bookmark This Page Bookmark This Page
ID hpdkmodablpllphbfkiacbfhhcjgebdk
URL Officiel https://chrome.google.com/webstore/detail/bookmark-this-page/hpdkmodablpllphbfkiacbfhhcjgebdk
Description Add this website to your bookmarks
Taille du Fichier 5.45 KB
Nombre d'Installations 207
Version Actuelle 0.1
Dernière Mise à Jour 2013-07-22
Date de Publication 2013-07-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://rivario.com
Type de Paiement free
Site Web de l'Extension http://rivarion.com/bookmark
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark This Page",
    "manifest_version": 2,
    "description": "Add this website to your bookmarks",
    "version": "0.1",
    "homepage_url": "https:\/\/rivario.com\/bookmark",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}