Following Bookmarks
Automatically updates bookmarks so that they follow your reading (when you click the starburst).
什麼是Following Bookmarks?
Following Bookmarks是由https://www.gible.net開發的Chrome擴展程式,該擴展的主要功能是“Automatically updates bookmarks so that they follow your reading (when you click the starburst).”。
擴展截圖
下載Following Bookmarks擴展crx文件
下載Following Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to bookmark a site and have that bookmark update as you browse, e.g. as you read through a blog or ebook. The unfilled starburst shows when you visit any bookmarked site. Clicking it turns on following/updating and fills the starburst yellow (just like the bookmark star), clicking again, or closing the tab, turns it off. While following is enabled the starburst will flash twice each time the bookmark is updated. The following/updating behaviour is not persistent, you need to enable it each time you return to the bookmarked site. KNOWN BUG: The regular bookmark star will not show filled yellow even though the page is bookmarked (See screenshot). If you know how to fix this without forcing a page reload, please email me. As always, refresh relevant pages after updating. New in v0.4: Added workaround for http://crbug.com/86449 that was causing a critical failure. New in v0.3: Fixed bug where (while following) visiting a page bookmarked elsewhere changes which bookmark is updated. Now remembers which bookmark to update by bookmark ID and URL rather than searching for the bookmark by URL each time. The title (tool tip) that appears over an unfilled starburst now says the location of bookmark that will be affected (ie updated when following).
擴展基本資訊
名稱 | Following Bookmarks |
ID | ikjggbacckafalikldfmcjndhgopeoan |
官方網址 | https://chromewebstore.google.com/detail/following-bookmarks/ikjggbacckafalikldfmcjndhgopeoan |
簡介 | Automatically updates bookmarks so that they follow your reading (when you click the starburst). |
檔案大小 | 10.87 KB |
安裝次數 | 37 |
目前版本 | 0.4 |
更新時間 | 2012-12-05 |
上架時間 | 2012-12-05 |
評分 | 4.00/5 共 7 次評分 |
開發者 | https://www.gible.net |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Following Bookmarks", "version": "0.4", "description": "Automatically updates bookmarks so that they follow your reading (when you click the starburst).", "manifest_version": 2, "permissions": [ "bookmarks", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "bugfix86449": "" }, "background": { "scripts": [ "background.js" ] } } |