Big G Bookmarks
(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Was ist Big G Bookmarks?
Big G Bookmarks ist eine Chrome-Erweiterung, die von http://invertedweb.com entwickelt wurde, und ihr Hauptmerkmal ist "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".
Erweiterungsscreenshots
Big G Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Big G Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gjcchfkkfhgibgiealbeedbkchipfcjd |
Offizielle URL | https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd |
Beschreibung | (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com. |
Dateigröße | 19.69 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-06-17 |
Veröffentlichungsdatum | 2015-06-17 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | http://invertedweb.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.google.com/bookmarks/ |
Hilfeseite URL | https://support.google.com/toolbar/answer/43305?topic=15364&hl=en |
URL der Datenschutzrichtlinien-Seite | https://inverted.com/privacy.html |
Unterstützte Sprachen | 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 } |