Reading List

A read-it-later browser extension for people with overly ambitious bookmarking habits.

什麼是Reading List?

Reading List是由http://emanuelfeld.github.io開發的Chrome擴展程式,該擴展的主要功能是“A read-it-later browser extension for people with overly ambitious bookmarking habits.”。

擴展截圖

screenshot
screenshot

下載Reading List擴展crx文件

下載Reading List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        * All links are removed after a week, so either read it or forget about it

* Pages bookmarked on the same day are grouped together

* New bookmarks are placed at the bottom, rather than the top, so you are less distracted by flashy new links

* URLs are backed up to the Internet Archive automatically                    

擴展基本資訊

名稱 Reading List Reading List
ID doaafjmonnoioanhdjllgjofacelikhl
官方網址 https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl
簡介 A read-it-later browser extension for people with overly ambitious bookmarking habits.
檔案大小 17.24 KB
安裝次數 146
目前版本 0.4
更新時間 2018-01-09
上架時間 2018-01-09
評分 3.50/5 共 2 次評分
開發者 http://emanuelfeld.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/emanuelfeld/reading-list
說明頁面URL https://github.com/emanuelfeld/reading-list
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading List",
    "version": "0.4",
    "description": "A read-it-later browser extension for people with overly ambitious bookmarking habits.",
    "author": "Emanuel Feld",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "index.html",
        "js\/index.js",
        "js\/popup.js"
    ],
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Reading List",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    }
}