Bookmark
Saves scroll positions for websites.
Apa itu Bookmark?
Bookmark adalah ekstensi Chrome yang dikembangkan oleh jspt256, dan fitur utamanya adalah "Saves scroll positions for websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmark
Unduh file ekstensi Bookmark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages. Features: - Click to save the state of the current tab (URL + scroll position) - Can save multiple scroll positions for a single URL - Apply saved scroll positions with a single click - Automatically filters out the tabs that are not for the current URL - Can view and use all saved tabs - Minimalist interface
Informasi Dasar Ekstensi
Nama | Bookmark |
ID | koaaophnckngclhkoldeenjeinkjkmck |
URL Resmi | https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck |
Deskripsi | Saves scroll positions for websites. |
Ukuran File | 152 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-02-27 |
Tanggal Publikasi | 2019-02-27 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | jspt256 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jperrett256/Bookmark |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark", "version": "1.0", "description": "Saves scroll positions for websites.", "icons": { "48": "icons\/bookmark-48.png", "96": "icons\/bookmark-96.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/bookmark-32.png", "default_title": "Bookmark", "default_popup": "popup\/bookmark.html" } } |