Big G Bookmarks
(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Hvad er Big G Bookmarks?
Big G Bookmarks er en Chrome-udvidelse udviklet af http://invertedweb.com, og dens hovedfunktion er "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".
Udvidelsesskærmbilleder
Download Big G Bookmarks-udvidelses-CRX-fil
Download Big G Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gjcchfkkfhgibgiealbeedbkchipfcjd |
Officiel URL | https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd |
Beskrivelse | (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com. |
Filstørrelse | 19.69 KB |
Antal Installationer | 50 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-06-17 |
Udgivelsesdato | 2015-06-17 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | http://invertedweb.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.google.com/bookmarks/ |
Hjælpeside-URL | https://support.google.com/toolbar/answer/43305?topic=15364&hl=en |
URL til Fortrolighedspolitik Side | https://inverted.com/privacy.html |
Understøttede Sprog | 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 } |