SavedPages

How your browsers history and bookmarks should work. A complete solution for managing and sharing page collections

SavedPagesคืออะไร?

SavedPages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Williamson และคุณลักษณะหลักของมันคือ "How your browsers history and bookmarks should work. A complete solution for managing and sharing page collections"

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

screenshot
screenshot
screenshot

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

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

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

                        SavedPages is a Google Chrome extension designed to empower and enrich your browsing history experience. Designed to make the web that little be easier to navigate by making your browser history truly work for you.

SavedPages is a handy tool for those researching for a project, whether that is a school project, holiday planning, window shopping, work project or any type of investigation, SavedPages makes it easy to record your journey (both automatically or manually), snipping relevant content along the way for later referral. You can even share your journey with those that do not have SavedPages installed.

SavedPages fills in that gap left between the bookmarks and your browser history.

The following features are available:

* Automatic recording of visit history to a collection
* Manage multiple collections
* Manual adding of a page to a collection
* Snip a block of text on a page to a collection
* Share a collection with others who do not have the browser extension installed
* Manually add a note to a page in a collection

:: Inspiration __________________________________

Like all good projects, SavedPages came from a need to easily document a given browser session as a single unit. Manually bookmarking each page, is laborous and very error prone (you forget to bookmark that one crucial page that you can't find later on!). Looking through your browser history is not logical, as it is full of a lot of noise from unrelated pages.

What was required, was to not only auto-store (or tag through the right-hand menu) pages, but to be able to snip small pieces of content from the page and record that with the collection.

So after much searching around, no solution presented itself, so instead of waiting, SavedPages was born.

:: Release History ______________________________

* 2018.12.24
** Initial release; with all basic features                    

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

ชื่อ SavedPages SavedPages
ID llfonjclijhdppnhmpimacfopgkpphbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/savedpages/llfonjclijhdppnhmpimacfopgkpphbf
คำอธิบาย How your browsers history and bookmarks should work. A complete solution for managing and sharing page collections
ขนาดไฟล์ 1008 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2018-12-24
วันที่เผยแพร่ 2018-12-24
ผู้พัฒนา Alan Williamson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://s3.amazonaws.com/savedpages.net/www/index.html
URL หน้าช่วยเหลือ https://s3.amazonaws.com/savedpages.net/www/help.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavedPages",
    "short_name": "SavedPages",
    "version": "0.0.6",
    "description": "How your browsers history and bookmarks should work.  A complete solution for managing and sharing page collections",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            ".\/lib\/underscore-min.js",
            ".\/lib\/sha1.min.js",
            ".\/lib\/storage-local.js",
            ".\/lib\/UrlCollector.js",
            ".\/lib\/user.registered.js",
            ".\/lib\/background.js"
        ]
    },
    "icons": {
        "16": ".\/tab\/img\/collect16.png",
        "32": ".\/tab\/img\/collect32.png",
        "64": ".\/tab\/img\/collect64.png"
    },
    "browser_action": {
        "default_icon": ".\/tab\/img\/collect32.png",
        "default_title": "SavedPages"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "history",
        "contextMenus",
        "identity",
        "identity.email",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/api.savedpages.net\/"
    ],
    "oauth2": {
        "client_id": "932117761481-7guf9hl7i20lvo0q4822bmvo3tn97pc8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "content_security_policy": "img-src *;",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArum\/7TI9zN0ZtfBFRu4mXQfsck\/QvoKWUs118jWe4F2Z+UUEGHxfSJ1fHYuhoHh6KdBCLPGPhV6A9his56kLATpQOuLQKwtiGALTHG1OxEeYLLCLzGtLeYM2D4BFjcRMOJgmSTaxiYw2bjueBqdUP6sxxWsrNE0gC+Lhcl1bx0STHTvBdj\/+01tLKhHDnHCU2gBj6fGNECXv93DqKj+CHR9foGK9R40\/TlNm7oNXGX+sEQmO8vs65mHwZg1jm+l7x\/JOowdSIIzG0vpTLbJ9Bg92O+Ssq2tpuZc\/p7XcpkqTl9yiJLNkagnJMjJhbh5mRnx+49NJbemFVVuWdGyEFwIDAQAB"
}