B Marks!! - Google Bookmarks
Load and Display google bookmarks from your google account.
什麼是B Marks!! - Google Bookmarks?
B Marks!! - Google Bookmarks是由http://www.bmarks.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Load and Display google bookmarks from your google account.”。
擴展截圖
下載B Marks!! - Google Bookmarks擴展crx文件
下載B Marks!! - Google Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
BMarks enables the user to simply log into their Google Account and then have all their google bookmarks available at the click of a button without having to sync browsers etc... Google Bookmarks is a free online bookmarking service, available to Google Account holders. It is completely separate from browser-based bookmarking and should not be confused with the Bookmarks function on any popular browser, Google Chrome included. Google Bookmarks was launched on October 10, 2005. It is cloud based service that allows users to bookmark webpages and add labels or notes. Users can access their bookmarks from any browser on any computer by signing into their Google account. The bookmarks are searchable, and searches are performed on the full text of the bookmarked pages, not just the labels and notes.
擴展基本資訊
名稱 | |
ID | gekfmjmagocgkhhfhidilnnkfiaejige |
官方網址 | https://chrome.google.com/webstore/detail/b-marks-google-bookmarks/gekfmjmagocgkhhfhidilnnkfiaejige |
簡介 | Load and Display google bookmarks from your google account. |
檔案大小 | 47.08 KB |
安裝次數 | 42 |
目前版本 | 0.5 |
更新時間 | 2017-10-04 |
上架時間 | 2017-10-04 |
開發者 | http://www.bmarks.co.uk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.bmarks.co.uk |
說明頁面URL | http://www.bmarks.co.uk/ |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "B Marks!! - Google Bookmarks", "version": "0.5", "description": "Load and Display google bookmarks from your google account.", "icons": { "32": "bookmark-flag-icons.png", "128": "bookmark-flag-icons.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/google.com\/bookmarks", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "tabs", "activeTab" ], "browser_action": { "default_title": "BMarks", "default_icon": "bookmark-flag-icons.png", "default_popup": "popup.html" } } |