Big G Bookmarks

(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.

Qu'est-ce que Big G Bookmarks ?

Big G Bookmarks est une extension Chrome développée par http://invertedweb.com, et sa fonction principale est "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

Captures d'Écran de l'Extension

screenshot

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

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

                        This extension will add a Google Bookmarks bookmarklet to your Chrome so you can easily save sites to your Google Bookmarks (not Chrome Bookmarks). Visit https://bookmarks.google.com to view and manage your Google Bookmarks.                    

Informations de Base sur l'Extension

Nom Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
URL Officiel https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Description (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Taille du Fichier 19.69 KB
Nombre d'Installations 50
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-17
Date de Publication 2015-06-17
Évaluation 4.33/5 Total 3 Évaluations
Développeur http://invertedweb.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.google.com/bookmarks/
URL de la Page d'Aide https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL de la Page de Politique de Confidentialité https://inverted.com/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "google-bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Big G Bookmarks"
    },
    "name": "Big G Bookmarks",
    "description": "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https:\/\/bookmarks.google.com.",
    "homepage_url": "http:\/\/www.invertedweb.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0",
    "manifest_version": 2
}