Peerbelt for Chrome

Find everything. Your personal search engine.

Peerbelt for Chromeคืออะไร?

Peerbelt for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.peerbelt.com และคุณลักษณะหลักของมันคือ "Find everything. Your personal search engine."

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

screenshot
screenshot
screenshot

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

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

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

                        Stay on top of the most important and fascinating information in your world.

Peerbelt is the first personal search engine that organizes the content you read and the websites you visit. The software learns from your online behavior and grows smarter, helping to create a more productive and satisfying web experience.

Peerbelt began with a simple idea: that web content solving a need for you today may very well solve a need for you tomorrow, so that content should be easy to find and access again.


Organizing Your Internet

From Facebook to news stories and blogs, you're already sifting through a lot of information online, which means that you're leading a very cluttered life on the internet. Peerbelt cuts through that clutter by offering you a unique way to organize your time on the internet.

Peerbelt automatically archives and organizes the websites you visit, the articles you read, the blogs you like and more. By hitting the TAB key and typing PB and the keyword into your browser, Peerbelt will automatically search your internet archives. In short, if you want to find something from your little corner of the internet, it's usually a mere Peerbelt search away!

Best of all, since it's so easy and intuitive, anyone can use Peerbelt to improve their internet experience! Students looking for research materials, news junkies, gossip addicts - anyone! Anyone who wants a more organized, more personal internet should start using Peerbelt today!


How does Peerbelt Work?

Once installed, all you have to do is add PB and hit the TAB key prior to searching to go from traditional surfing to Peerbelt's archival search. Our unique, patented algorithm brings up your most relevant past web pages, without the need to bookmark or “like” something. Peerbelt automatically records and ranks your web activity.

You can go further, with filtering tools to take your customized results to the next level, for an even more personalized web experience. Best of all, since Peerbelt does all the archiving, all you need to do is search and enjoy!


Privacy - Not a crime (yet)

All the information Peerbelt archives is stored on your computer. It is not shared with marketers or used to generate ads. If not convinced, visit our plain text privacy policy. The policy accurately captures our stand on privacy in extreme detail.

Now, all you have to do is download and install Peerbelt.

Try our tool today and start enjoying the Internet on your terms.                    

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

ชื่อ Peerbelt for Chrome Peerbelt for Chrome
ID gkkggkihdjikhjchneilgkkmleaocjba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peerbelt-for-chrome/gkkggkihdjikhjchneilgkkmleaocjba
คำอธิบาย Find everything. Your personal search engine.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 5.55
อัปเดตครั้งล่าสุด 2014-07-28
วันที่เผยแพร่ 2014-07-28
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.peerbelt.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.peerbelt.com/
URL หน้าช่วยเหลือ http://www.peerbelt.com/about.aspx
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peerbelt for Chrome",
    "short_name": "Peerbelt",
    "description": "Find everything. Your personal search engine.",
    "icons": {
        "128": "pb_128.png",
        "16": "pb_16.png"
    },
    "browser_action": {
        "default_icon": "pb_19.png",
        "default_title": "View Peerbelt",
        "default_popup": "noted.html"
    },
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "pb"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        },
        "show_library": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "View library"
        }
    },
    "permissions": [
        "bookmarks",
        "nativeMessaging",
        "contextMenus",
        "",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/duckduckgo.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/api.twitter.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/api.linkedin.com\/*",
        "https:\/\/graph.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "filter.js",
        "pb_19.png",
        "noted.html",
        "noted.js",
        "bootstrap.js",
        "bar-hide.js",
        "proxy.html",
        "settings.html",
        "complete_setup.html",
        "complete_setup.js"
    ],
    "homepage_url": "http:\/\/www.peerbelt.com\/",
    "options_page": "settings.html",
    "chrome_url_overrides": {
        "history": "history-director.html"
    },
    "content_scripts": [
        {
            "js": [
                "httphelper.js",
                "proxy.js"
            ],
            "matches": [
                "https:\/\/www.peerbelt.com\/social2\/oauth\/*",
                "http:\/\/www.peerbelt.com\/social2\/oauth\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "30",
    "version": "5.55",
    "manifest_version": 2
}