Reading List
A read-it-later browser extension for people with overly ambitious bookmarking habits.
ما هو Reading List؟
Reading List هو إضافة Chrome تم تطويرها بواسطة http://emanuelfeld.github.io، والميزة الرئيسية لها هي "A read-it-later browser extension for people with overly ambitious bookmarking habits.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reading List
قم بتنزيل ملفات الامتداد Reading List بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* 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
معلومات أساسية عن التمديد
الاسم | |
ID | doaafjmonnoioanhdjllgjofacelikhl |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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" } } } |