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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } } |