yesterpage

Branching browsing history.

yesterpageคืออะไร?

yesterpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://boramalper.org และคุณลักษณะหลักของมันคือ "Branching browsing history."

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

screenshot

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

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

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

                        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"
    ]
}