AutoBookmarks
Save the visited pages and the download URLs in your bookmarks automatically.
Τι είναι το AutoBookmarks;
Το AutoBookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autobookmarks.txusko.com, και η κύρια λειτουργία του είναι "Save the visited pages and the download URLs in your bookmarks automatically.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AutoBookmarks
Λήψη αρχείων επέκτασης AutoBookmarks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A chrome extension for automatically save the visited pages and the downloaded URLs in your bookmarks. You can add domains or file extensions in your configuration. After that, Autobookmarks will create a bookmark each time you visit a new page or you download a new file that meet with this configuration. The created bookmarks will be saved into folders with the name you'll prefer, and these folders will be placed into a general folder in your browser bookmarks toolbar. - Filter domains or file extensions You can configure this extension with domains and/or file extensions. Besides, you can change the title, the destination folder name, adding if you prefer the current date in the generated bookmark. At last, Autobookmarks will create it with each new visited page. You will be able to put in new domains or file extensions in the Settings Page or by pressing the extension icon in the top right corner of your browser. - Get bookmarks from your history Recover from your browser history the pages you have visited for the last three months and the downloaded files URLs, and save it into bookmarks. All of these, filtered by the domains/extensions you have configured. - Source code & Contact You can check the Source Code on Github. Any kind of help or comment will be appreciated. Also, you can contact with me by email at: [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | AutoBookmarks |
ID | lcchihcbfbaedlagdpaemgbpjapiihpo |
Επίσημο URL | https://chromewebstore.google.com/detail/autobookmarks/lcchihcbfbaedlagdpaemgbpjapiihpo |
Περιγραφή | Save the visited pages and the download URLs in your bookmarks automatically. |
Μέγεθος Αρχείου | 300 KB |
Αριθμός Εγκαταστάσεων | 264 |
Τρέχουσα Έκδοση | 1.1.0.5 |
Τελευταία Ενημέρωση | 2016-03-24 |
Ημερομηνία Δημοσίευσης | 2016-03-23 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://autobookmarks.txusko.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "1.1.0.5", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "img\/autobookmark_16.png", "48": "img\/autobookmark_48.png", "128": "img\/autobookmark_128.png", "256": "img\/autobookmark_256.png", "257": "img\/autobookmark_256_off.png" }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": "img\/autobookmark_256.png", "default_popup": "popup.html", "scripts": [ "js\/jquery.min.js", "js\/functions.js", "js\/popup.js" ] }, "author": "Javi Filella", "homepage_url": "http:\/\/autobookmarks.txusko.com\/", "background": { "scripts": [ "js\/jquery.min.js", "js\/functions.js", "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "storage", "history", "notifications", "activeTab", "tabs", "downloads", "*:\/\/*\/*" ], "options_page": "options.html" } |