Big G Bookmarks
(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Co to jest Big G Bookmarks?
Big G Bookmarks to rozszerzenie Chrome opracowane przez http://invertedweb.com, a jego główną funkcją jest „(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Big G Bookmarks
Pobierz pliki rozszerzeń Big G Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gjcchfkkfhgibgiealbeedbkchipfcjd |
Oficjalny URL | https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd |
Opis | (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com. |
Rozmiar pliku | 19.69 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-06-17 |
Data Publikacji | 2015-06-17 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | http://invertedweb.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.google.com/bookmarks/ |
Adres URL Strony Pomocy | https://support.google.com/toolbar/answer/43305?topic=15364&hl=en |
Adres URL Strony Polityki Prywatności | https://inverted.com/privacy.html |
Obsługiwane Języki | 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 } |