yesterpage

Branching browsing history.

yesterpage란 무엇입니까?

yesterpage은(는) https://boramalper.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Branching browsing history."입니다.

확장 프로그램 스크린샷

screenshot

yesterpage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        yesterpage is an extension that competes with the back/forward buttons in your browser; it presents a branching tree view of the history of the current tab. The improvement over the traditional back/forward buttons is that yesterpage remembers every single page that you have been, in contrast to the browser which "forgets" all the websites that are ahead when you proceed to another website.

The way we humans seek information does not strictly adheres to the Standard Boolean model that consist of a chain of boolean statements, but more of Berrypicking:

"Bates argues that searches are evolving and occur bit by bit. That is to say, a person constantly changes his or her search terms in response to the results returned from the information retrieval system. Thus, a simple linear model does not capture the nature of information retrieval because the very act of searching causes feedback which causes the user to modify his or her cognitive model of the information being searched for. In addition, information retrieval can be bit by bit. Bates gives a number of examples. For instance, a user may look through footnotes and follow these sources. Or, a user may scan through recent journal articles on the topic. In each case, the user's question may change and thus the search evolves."

yesterpage is intended to support and encourage Berrypicking model by keeping track of all the webpages you have been in a dendroid form that denotes whence you arrived a page and whither you proceeded.                    

확장 프로그램 기본 정보

이름 yesterpage yesterpage
ID adlheikjjfopibmkfcjpbgggfkclicak
공식 URL https://chromewebstore.google.com/detail/yesterpage/adlheikjjfopibmkfcjpbgggfkclicak
설명 Branching browsing history.
파일 크기 186 KB
설치 횟수 35
현재 버전 0.1.0
최근 업데이트 2017-03-03
출시 날짜 2017-03-03
평점 3.00/5 총 2 개의 평점
개발자 https://boramalper.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://labs.boramalper.org/yesterpage
도움말 페이지 URL https://github.com/boramalper/yesterpage
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "yesterpage",
    "description": "Branching browsing history.",
    "version": "0.1.0",
    "author": "Bora M. ALPER ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "UI\/popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "webNavigation"
    ]
}