Any Read

A simple reading list extension.

ما هو Any Read؟

Any Read هو إضافة Chrome تم تطويرها بواسطة Zhiyuan Wang، والميزة الرئيسية لها هي "A simple reading list extension.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Any Read

قم بتنزيل ملفات الامتداد Any Read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.                    

معلومات أساسية عن التمديد

الاسم Any Read Any Read
ID dahbkkbedobniaieddagfknfhomgchfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi
الوصف A simple reading list extension.
حجم الملف 115 KB
عدد التثبيتات 60
النسخة الحالية 0.0.1
آخر تحديث 2014-11-10
تاريخ النشر 2014-11-10
تقييم 4.00/5 مجموع تقييمات 2
المطور Zhiyuan Wang
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Read",
    "version": "0.0.1",
    "description": "A simple reading list extension.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}