Bookmark Preview - Productivity and Extension
Preview all the Bookmarked websites...
Τι είναι το Bookmark Preview - Productivity and Extension;
Το Bookmark Preview - Productivity and Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ledison, και η κύρια λειτουργία του είναι "Preview all the Bookmarked websites...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmark Preview - Productivity and Extension
Λήψη αρχείων επέκτασης Bookmark Preview - Productivity and Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To preview all the Bookmarked websites. 🔖👁️
Mainly purpose of Bookmark Preview is to recall bookmarked websites.
“Folder view” (📁) is a type of file organization method that displays the contents of a directory in a hierarchical tree structure, where each folder is represented by a folder icon. This allows users to easily navigate through the bookmark system and find the bookmark they are looking for.
“List view” (📄) is a type of bookmark organization method that displays the contents of a directory in a list format.
"Searching for bookmarks" is allows users to quickly and easily find a specific webpage that they have previously saved as a bookmark. This can be a useful feature for users who have a large number of bookmarks saved in their browser, as it allows them to find the bookmark they are looking for without having to manually scroll through a long list of bookmarks.
The "Prev" and "Next" buttons can be used to navigate through the bookmarks in the order they were saved, which can be helpful when you have a lot of bookmarks and you want to go back and forth between them.
The "Edit" option allows users to make changes to the properties of a bookmark, such as the name of the bookmark, the URL it points to, and the folder it is saved in. This can be useful when a bookmark's URL changes, or when you want to change the name of a bookmark to better reflect the content of the webpage it points to.
The "Delete" option allows users to remove a bookmark from their browser. This can be useful when a bookmark is no longer needed, or when a user wants to clean up their list of bookmarks.
Adding a "new folder" and a "new bookmark" in a web browser is a simple process that can help users organize their bookmarks and easily find the web pages they are looking for.
"Opening a new tab of a saved bookmark" in your browser is a quick and easy way to access a webpage that has been previously saved as a bookmark. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cljdikggplippofppjfgdklikfoccije |
| Επίσημο URL | https://chromewebstore.google.com/detail/bookmark-preview-producti/cljdikggplippofppjfgdklikfoccije |
| Περιγραφή | Preview all the Bookmarked websites... |
| Μέγεθος Αρχείου | 1.58 MB |
| Αριθμός Εγκαταστάσεων | 2,774 |
| Τρέχουσα Έκδοση | 1.1.1.0 |
| Τελευταία Ενημέρωση | 2023-01-17 |
| Ημερομηνία Δημοσίευσης | 2021-09-26 |
| Αξιολόγηση | 3.00/5 Συνολικά 5 Αξιολογήσεις |
| Προγραμματιστής | Ledison |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark Preview - Productivity and Extension",
"description": "Preview all the Bookmarked websites...",
"version": "1.1.1.0",
"background": {
"service_worker": "background-wrapper.js"
},
"icons": {
"24": "icon\/icon24.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"permissions": [
"bookmarks",
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": [],
"manifest_version": 3
} | |