PDF Bookmarker

Save an unlimited number of bookmarks with PDF Bookmarker!

PDF Bookmarkerとは何ですか?

PDF Bookmarkerはemil.sabriによって開発されたChromeの拡張機能で、その主な機能は「Save an unlimited number of bookmarks with PDF Bookmarker!」です。

拡張機能のスクリーンショット

screenshot

PDF Bookmarker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}