Reading List

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

Apa itu Reading List?

Reading List adalah ekstensi Chrome yang dikembangkan oleh http://emanuelfeld.github.io, dan fitur utamanya adalah "A read-it-later browser extension for people with overly ambitious bookmarking habits.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reading List

Unduh file ekstensi Reading List dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        * 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                    

Informasi Dasar Ekstensi

Nama Reading List Reading List
ID doaafjmonnoioanhdjllgjofacelikhl
URL Resmi https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl
Deskripsi A read-it-later browser extension for people with overly ambitious bookmarking habits.
Ukuran File 17.24 KB
Jumlah Instalasi 146
Versi Saat Ini 0.4
Terakhir Diperbarui 2018-01-09
Tanggal Publikasi 2018-01-09
Penilaian 3.50/5 Total 2 Penilaian
Pengembang http://emanuelfeld.github.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/emanuelfeld/reading-list
URL Halaman Bantuan https://github.com/emanuelfeld/reading-list
Bahasa yang Didukung 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"
        }
    }
}