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 |
公式URL | 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 |
Eメール | [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 } |