Bookmarked Speed Dial 的評論
Bookmarked Speed Dial 作者: AKAPON
AKAPON 的回應
開發者回應
張貼於 8 年前Webextensions is not provide direct access from filesystem.
And this is only one loading logic:
Left click: reload from site
Right click: submenu for alternate one time loading methods (or for removing)
On this moment saving structure:
{bookmarkid: dialimage}.
Maybe in future I extend this to:
{bookmarkid: {dialimage: dialimage, dialimageorigin: fromurl}} but it changed only "reload all dials in dialgroup" logic.
But it is probably in future, because it is very rare pattern for me (I created this ext after dead of Speed Dial by Josep del Rio basically for yourself because some different Dials ([]) seems to me as malware).
And this is only one loading logic:
Left click: reload from site
Right click: submenu for alternate one time loading methods (or for removing)
On this moment saving structure:
{bookmarkid: dialimage}.
Maybe in future I extend this to:
{bookmarkid: {dialimage: dialimage, dialimageorigin: fromurl}} but it changed only "reload all dials in dialgroup" logic.
But it is probably in future, because it is very rare pattern for me (I created this ext after dead of Speed Dial by Josep del Rio basically for yourself because some different Dials ([]) seems to me as malware).
78 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 16665630,8 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 12658898,2 年前
- 評價 3 分,滿分 5 分來自 Rusty Trombone,3 年前Looks fast and light, but no way to change the button images rules it out for me.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15396397,4 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14643647,4 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 16458339,4 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13855615,6 年前
- It works great BUT...
https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions#w_access-your-data-for-all-websites
The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. - 評價 5 分,滿分 5 分來自 Firefox 使用者 13595764,6 年前
- 評價 5 分,滿分 5 分來自 Zhen-Xiang Zhong,6 年前This is great. It uses firefox account to save all your speed dials.
- 評價 1 分,滿分 5 分來自 Firefox 使用者 15054571,6 年前
- 評價 2 分,滿分 5 分來自 Firefox 使用者 14979029,7 年前
- Best Speed/Fast-Dial addon, and I guess I tried 'em all over time.
This one relies on non-commercial, non-proprietary tech and is transparent because you can handle the bookmarks in the standard Firefox bookmarks view.
Thumbnail refresh is rather slow, but I this might be a limitation of webextensions (it has to load the whole page in a new tab first).
Let's hope this one keeps being maintained - I'd like a "dark theme" with plain dark background. - 評價 5 分,滿分 5 分來自 Firefox 使用者 14259542,7 年前Need a quick, large and wide Up Button. I hope the author will default to the following flexible style:
#pages {
display: flex !important;
flex-direction: wrap;
flex-wrap: wrap;
}
#pages > * {
padding: 3px 15px;
}
#upbutton {
flex-basis: 100%;
order: 2;
text-align: center;
font-size: 1.5em;
padding-top: 15px;
background: rgba(0, 0, 0, 0.15);
}
.delimiter,
.customdelimiter {
display: none !important;
}
/* Other */
body {
background: #a7a7a7!important;
}
.imgcontainer {
border-radius: 0px 0px 10px 10px;
}
.container table tr td {
border-radius: 10px 10px 10px 10px;
}
div[type="remove"] {
border-radius: 0px 10px 0px 0px;
}
Just try it, there's a surprise.