Simple Speed Dial

A speed dial functionally similar to the one used in Opera.

Simple Speed Dialคืออะไร?

Simple Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Ellis และคุณลักษณะหลักของมันคือ "A speed dial functionally similar to the one used in Opera."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Speed Dial

ดาวน์โหลดไฟล์ส่วนขยาย Simple Speed Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ----- Release Notes -----
2.5.0: Update of thumbnail generation service and other minor enhancements
2.4.6: Added vertical centering option
2.4.5: General code maintenance
2.4.4: Vertical centering bug, general enhancements
2.4.3: Resolved vertical centering bug
2.4.2: Performance improvements
2.4.1: Minor permission and style fixes
2.4.0: More comprehensive settings, shortcuts for opening dials, performance enhancements
2.3.0: Sync across computers, various speed and performance improvements
2.2,0: Custom icons for thumbs, performance improvements
2.1.1: Option to select a background colour
2.1.0: Drag and drop library changed. Number of minor code and interface improvements
2.0.0: Large-scale code rewrite. Bookmarks can now be edited
1.2.3: Miscellaneous tidy up
1.2.2: Fixed a bug with the show advanced checkbox
1.2.1: CSS fixes
1.2.0: Option implemented for default folder
1.1.1: Added a drop down for folder selection
1.1.0: Drag and drop implemented
1.0.1: Minor bugfixes and performance enhancements

----- Contributors -----
Jan Smid ([email protected])
Asher Glick
Eric (heavensrevenge)

----- Git Repository -----
https://github.com/j3nda/speed-dial-chrome

----- Features -----
1). Quick access to bookmark folders
2). Add and delete bookmarks from the speed dial.
3). Reorder bookmarks through drag and drop.

----- Description -----
I found the hardest part of transitioning to Chrome from Opera to be the lack of speed dial. After trying a number of options from the web store, I couldn't find anything that were as clean and simple as Opera. This speed dial is an attempt to fill that gap.

This implementation is more limited than Opera's. Opera generates thumbnail internally, meaning that it's not dependent on any external services .As far as I'm aware there is no provision to do the same in Chrome. The external service that was chosen to perform this role is free and unrestricted, but is only able to generate thumbnails for HTTP pages (no HTTPS). Advanced configuration options allow for this service to be changed if desired.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Speed Dial Simple Speed Dial
ID gpdpldlbafdmhlmcdllcjgoigmpjonfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-speed-dial/gpdpldlbafdmhlmcdllcjgoigmpjonfc
คำอธิบาย A speed dial functionally similar to the one used in Opera.
ขนาดไฟล์ 62.39 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.5.0
อัปเดตครั้งล่าสุด 2014-08-08
วันที่เผยแพร่ 2014-08-08
คะแนน 4.21/5 รวมทั้งหมด 433 คะแนน
ผู้พัฒนา Matt Ellis
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/j3nda/speed-dial-chrome
ภาษาที่รองรับ en-GB
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "A speed dial functionally similar to the one used in Opera.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "manifest_version": 2,
    "name": "Simple Speed Dial",
    "options_page": "options.html",
    "permissions": [
        "background",
        "bookmarks",
        "storage"
    ],
    "background": {
        "scripts": [
            "javascript\/eventPage.js"
        ],
        "persistent": false
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.0"
}