B Marks!! - Google Bookmarks
Load and Display google bookmarks from your google account.
Τι είναι το B Marks!! - Google Bookmarks;
Το B Marks!! - Google Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.bmarks.co.uk, και η κύρια λειτουργία του είναι "Load and Display google bookmarks from your google account.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης B Marks!! - Google Bookmarks
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" } } |