Bookmark Dial
Display the contents of a bookmark folder as thumbnails with title every time the user opens a new tab.
Bookmark Dialคืออะไร?
Bookmark Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Blask และคุณลักษณะหลักของมันคือ "Display the contents of a bookmark folder as thumbnails with title every time the user opens a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Dial
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Similar extensions call this speed dial. In many cases there is a third party web service behind those extensions and your data is stored remotely. Bookmark Dial on the other hand uses only browser capabilities (meaning you can use the usual keyboard shortcuts, menu entries and buttons for bookmark handling to add, edit and delete dial items) and your data only leaves your computer if you enable browser sync. Thumbnails ---------- By default, thumbnails are arranged and sized (up to a maximum size) to be as big as possible while covering as much space as possible. You can drag and drop them to change the order. They are generated from a snapshot of the visible area of a bookmarked webpage and stored in the browser. If there is no thumbnail available yet a snapshot is taken once the page has been loaded in the currently active tab. There is also a button in the popup opened from the toolbar icon to create a new snapshot. That allows you to arrange the visible area of the page by scrolling or resizing the window to capture exactly what you want. Getting Started --------------- Select a bookmark folder and check available settings in the popup opened from the toolbar icon or from the extension page in your browser's extension manager. Open a new tab. Customisation ------------- You can set a background colour and/or image (including sizing) in the preferences. There is also a text field to provide custom CSS. Known Issues ------------ - if a bookmark redirects to another page, no thumbnail will be generated as the its URL will not match the page in the currently active tab - special URLs like about: chrome: file: etc. can cause problems due to limitations in the webextension API - Firefox: - color chooser and file chooser close the popup - to change settings using them, go to the extension page in your browser's extension manager - compatibility issues with [New Tab Override extension](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/) Privacy Policy -------------- This extension does not collect or send data of any kind to third parties. Feedback -------- You can report bugs or make feature requests on [Github](https://github.com/sblask/webextension-bookmark-dial) Patches are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark Dial |
ID | eefpieecagjnpicddlliamccjjfhmiad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-dial/eefpieecagjnpicddlliamccjjfhmiad |
คำอธิบาย | Display the contents of a bookmark folder as thumbnails with title every time the user opens a new tab. |
ขนาดไฟล์ | 248 KB |
จำนวนการติดตั้ง | 432 |
เวอร์ชันปัจจุบัน | 2.0.4 |
อัปเดตครั้งล่าสุด | 2022-02-05 |
วันที่เผยแพร่ | 2017-10-14 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Sebastian Blask |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sblask/webextension-bookmark-dial |
URL หน้าช่วยเหลือ | https://github.com/sblask/webextension-bookmark-dial |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sebastian Blask", "background": { "scripts": [ "browser-polyfill.js", "hermite.js", "background.js" ] }, "browser_action": { "browser_style": false, "default_popup": "options\/options.html", "default_title": "Bookmark Dial" }, "chrome_url_overrides": { "newtab": "content-scripts\/bookmark-dial.html" }, "description": "Display the contents of a bookmark folder as thumbnails with title every time the user opens a new tab.", "homepage_url": "https:\/\/github.com\/sblask\/webextension-bookmark-dial", "icons": { "128": "icon-128x128.png", "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "64": "icon-64x64.png" }, "manifest_version": 2, "name": "Bookmark Dial", "options_ui": { "page": "options\/options.html" }, "permissions": [ " |