Big G Bookmarks

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

Wat is Big G Bookmarks?

Big G Bookmarks is een Chrome-extensie ontwikkeld door http://invertedweb.com, en de belangrijkste functie is "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Big G Bookmarks

Download Big G Bookmarks-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

                        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.                    

Basisinformatie over de Extensie

Naam Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
Officiële URL https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Beschrijving (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Bestandsgrootte 19.69 KB
Aantal Installaties 50
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-17
Publicatiedatum 2015-06-17
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://invertedweb.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.google.com/bookmarks/
Help Pagina-URL https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL van de Privacybeleid Pagina https://inverted.com/privacy.html
Ondersteunde Talen 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
}