Big G Bookmarks
(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
什麼是Big G Bookmarks?
Big G Bookmarks是由http://invertedweb.com開發的Chrome擴展程式,該擴展的主要功能是“(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.”。
擴展截圖
下載Big G Bookmarks擴展crx文件
下載Big G Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gjcchfkkfhgibgiealbeedbkchipfcjd |
官方網址 | https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd |
簡介 | (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com. |
檔案大小 | 19.69 KB |
安裝次數 | 50 |
目前版本 | 1.0 |
更新時間 | 2015-06-17 |
上架時間 | 2015-06-17 |
評分 | 4.33/5 共 3 次評分 |
開發者 | http://invertedweb.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.google.com/bookmarks/ |
說明頁面URL | https://support.google.com/toolbar/answer/43305?topic=15364&hl=en |
隱私政策頁面URL | https://inverted.com/privacy.html |
支援的語言 | 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 } |