Pin: History, Bookmarks & Tabs Manager
Split screen bookmark manager that increases productivity. Group, sort, search & filter history & bookmarks. View and open tabs.
Τι είναι το Pin: History, Bookmarks & Tabs Manager;
Το Pin: History, Bookmarks & Tabs Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pin, και η κύρια λειτουργία του είναι "Split screen bookmark manager that increases productivity. Group, sort, search & filter history & bookmarks. View and open tabs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pin: History, Bookmarks & Tabs Manager
Λήψη αρχείων επέκτασης Pin: History, Bookmarks & Tabs Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is for sale! Ignite your productivity with Pin - the best Chrome history and bookmark manager on the block! Open your bookmarks on the left, and your history on the right, or vice versa. Or list your opened tabs in one of the screens. Quickly filter sort, search or delete bookmarks. To save a link just drag it to the desired place. To save all links from a given website in your history as bookmarks, just sort by website and drag the collection. The first time you run the extension it's going to take a few minutes to load the icons for the websites. After that they will load normally. I want to make this the most useful productivity extension out there. If you have any requests or ideas for new features or if you find any bugs, just let me know. === How to bookmark a page Save the current page with a single click of a button. Click the button again to delete the saved link. You can save a link multiple times and in any folders. The button will stay red until you remove all instances. To bookmark another tab you can open the Opened Tabs section and drag the one you like to the place you want. === How to bookmark all links from a website Click on the sort button next to the search box and then on sort by website. Then drag the entry to the place you want. === How to save your browsing history Just drag any website or collection from it. === How to delete any bookmark or folder Simply right-click on it and press delete. You can open any link in the current or new tab by right clicking. You can also use control-click to open a link in a new tab. === How clear browser history On the history view, select a link and click on the X icon. Choose "Remove all visits to that url" to remove that page from your history. Choose "Remove all visits to that website" to remove e.g.: all youtube links you have visited from your history. CREDITS: Network (globe) icon made by bqlqn (https://www.flaticon.com/authors/bqlqn) from https://www.flaticon.com/ Folder icon made by Freepik (https://www.flaticon.com/authors/freepik) from https://www.flaticon.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pin: History, Bookmarks & Tabs Manager |
ID | eedookmiboejjkfbefmnfolbdkgbmhak |
Επίσημο URL | https://chromewebstore.google.com/detail/pin-history-bookmarks-tab/eedookmiboejjkfbefmnfolbdkgbmhak |
Περιγραφή | Split screen bookmark manager that increases productivity. Group, sort, search & filter history & bookmarks. View and open tabs. |
Μέγεθος Αρχείου | 1.8 MB |
Αριθμός Εγκαταστάσεων | 215 |
Τρέχουσα Έκδοση | 1.2.1.0 |
Τελευταία Ενημέρωση | 2022-02-22 |
Ημερομηνία Δημοσίευσης | 2021-01-12 |
Αξιολόγηση | 3.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Pin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin: History, Bookmarks & Tabs Manager", "version": "1.2.1.0", "description": "Split screen bookmark manager that increases productivity. Group, sort, search & filter history & bookmarks. View and open tabs.", "permissions": [ "tabs", "storage", "bookmarks", "history" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "img\/logo\/16.png", "32": "img\/logo\/32.png", "48": "img\/logo\/48.png", "128": "img\/logo\/128.png" } }, "content_scripts": [ { "run_at": "document_end", "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content_script.js" ] } ], "web_accessible_resources": [ "sidebar.html", "\/img\/*", "\/css\/*" ], "options_page": "sidebar.html", "icons": { "16": "img\/logo\/16.png", "32": "img\/logo\/32.png", "48": "img\/logo\/48.png", "128": "img\/logo\/128.png" }, "manifest_version": 2 } |