PDF Bookmarker

Save an unlimited number of bookmarks with PDF Bookmarker!

Τι είναι το PDF Bookmarker;

Το PDF Bookmarker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον emil.sabri, και η κύρια λειτουργία του είναι "Save an unlimited number of bookmarks with PDF Bookmarker!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PDF Bookmarker

Λήψη αρχείων επέκτασης PDF Bookmarker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of not knowing where you last left off in one of your pdfs? Me too. PDF Bookmarker makes it simple and easy to bookmark the page you're on. Simply go to one of your pdfs and enter the page number from the extension and bam! You saved a bookmark.

Annoyed you gotta dig through whichever site your pdf is on? Easily go to any one of your bookmarks and click on one of the 
Features
* Save bookmarks
* Edit bookmark names via clicking on the saved bookmark name 
* Go to that bookmark via pressing the page field 
* Delete bookmarks

Roadmap (future features)
* Folder view - Easily manage your pdfs with a folder view organizing pdfs based on school, current projects, and so on.
* Widget that only shows up for pdf files that when clicked will save a bookmark of the current page you're on
* Modifying a bookmark's location - Useful if you changed the location of a bookmarked pdf. Instead of having to delete the already created bookmarks just to re-add them.

Feature Request
Let me know if you got any features that PDF Bookmarker should have!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PDF Bookmarker PDF Bookmarker
ID gcpmdkjkkpdejcbghekpackljpmlohcm
Επίσημο URL https://chrome.google.com/webstore/detail/pdf-bookmarker/gcpmdkjkkpdejcbghekpackljpmlohcm
Περιγραφή Save an unlimited number of bookmarks with PDF Bookmarker!
Μέγεθος Αρχείου 20.15 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-10-17
Ημερομηνία Δημοσίευσης 2022-10-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής emil.sabri
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Bookmarker",
    "description": "Save an unlimited number of bookmarks with PDF Bookmarker!",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "128": "\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "options_page": "src\/pages\/options\/index.html",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "\/icons\/icon_16.png",
            "32": "\/icons\/icon_32.png",
            "128": "\/icons\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}