libraryofbabel.info resource locator

This extension finds a sequence of pages in the Library of Babel with the text from the website you're currently on.

libraryofbabel.info resource locatorคืออะไร?

libraryofbabel.info resource locator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://libraryofbabel.info และคุณลักษณะหลักของมันคือ "This extension finds a sequence of pages in the Library of Babel with the text from the website you're currently on."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย libraryofbabel.info resource locator

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

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

                        libraryofbabel.info is a universal library inspired by Jorge Luis Borges' "The Library of Babel." It is a website containing every possible page of 3200 characters, including the 26 letters of the Roman alphabet, space, comma, and period. Thus, it contains every page of text that ever has been and ever could be written in many of the world's languages, and potential translations or transliterations of all the others. 

The External Resource Locator can find the text of any website you visit within the library of babel. It provides a more immediate experience of the library's omniferousness. After installation, an image of three nested hexagons will appear to the right of your browser's navigation bar. It can be used in the following ways:

1) Navigate to any web page and click the button to find all of the text from that page in the library. Note that this will include all the anchor text from links and navigation elements as well as any more relevant text - the library is indifferent to sense.

2) Highlight any text from the page then click the button to locate only the highlighted text within the library.

or

2b) Highlight text then right-click the selection and choose "Look for selected text in the Library of Babel"

All is foretold...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ libraryofbabel.info resource locator libraryofbabel.info resource locator
ID beoldodpfdkpbfiphjcbgechehpjelgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/libraryofbabelinfo-resour/beoldodpfdkpbfiphjcbgechehpjelgg
คำอธิบาย This extension finds a sequence of pages in the Library of Babel with the text from the website you're currently on.
ขนาดไฟล์ 26.68 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-06-04
วันที่เผยแพร่ 2015-06-04
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://libraryofbabel.info
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://libraryofbabel.info
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "libraryofbabel.info resource locator",
    "short_name": "LoBThis",
    "description": "This extension finds a sequence of pages in the Library of Babel with the text from the website you're currently on.",
    "version": "1.0.0",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "matches": [
            ""
        ],
        "scripts": [
            "setAction.js"
        ]
    }
}