PaperSpan

Read It Later app to read more and finish your reading list - to use the web for better you.

PaperSpanคืออะไร?

PaperSpan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.paperspan.com และคุณลักษณะหลักของมันคือ "Read It Later app to read more and finish your reading list - to use the web for better you."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save your interesting articles from Desktop, Phone or Tablet. Read or Listen to them even offline, comfortably.
PaperSpan’s iOS and Android apps comes with enhanced capabilities to easily pickup your articles and finish reading them. No ads, no suggestions.

With this extension,
* Save articles directly to a folder. Create a new folder.
* Save articles of current page, or a link within a page.
* Go to your list directly without a separate login.
* Save from sites otherwise not possible with bookmarklets. 

This extension will be a helpful companion to your PaperSpan account for better saving & organizing capabilities.

Got something to say? Feel free to drop us a line. We’re always listening to your suggestions to improve PaperSpan!                    

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

ชื่อ PaperSpan PaperSpan
ID apbbkgiadnodlonfadecfkpjkfakklnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paperspan/apbbkgiadnodlonfadecfkpjkfakklnf
คำอธิบาย Read It Later app to read more and finish your reading list - to use the web for better you.
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 1,300
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2020-10-28
วันที่เผยแพร่ 2018-11-17
คะแนน 3.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.paperspan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.paperspan.com
URL หน้าช่วยเหลือ https://www.paperspan.com/#faqs
URL หน้านโยบายความเป็นส่วนตัว https://www.paperspan.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnjm8TAuXdhe9h8Vu\/afWTUNaDlt+jIVWcaUYkAnUoELXGkWWMMucwWRKMbuVA86dVlUibFmxNwfiZMJ9GWAUSrgkp4eyVGagRdJgci88FRBaEhJe5GWv2j2Hr\/IeZJ6\/OQuZ7sR9hBKaWFugHTJ0Ci2\/ezNzHcDgp9rYuRpdoSwIDAQAB",
    "description": "Read It Later app to read more and finish your reading list - to use the web for better you.",
    "manifest_version": 2,
    "name": "PaperSpan",
    "version": "2.1",
    "homepage_url": "https:\/\/www.paperspan.com\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Add To PaperSpan",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/browser-polyfill.min.js",
                "js\/toastr.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/toastr.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/browser-polyfill.min.js",
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "oauth2": {
        "client_id": "477684055421-b5imk2ul1hp3a4sn96bdjc8lpl0d15be.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}