Reading

Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.

ما هو Reading؟

Reading هو إضافة Chrome تم تطويرها بواسطة https://reading.am، والميزة الرئيسية لها هي "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".

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

screenshot

تحميل ملف CRX للإضافة Reading

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

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

                        Super goodness for use with Reading | http://www.reading.am. Includes oft requested context menu support (right mouse click) for posting images, etc. So much convenience! Hurray!                    

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

الاسم Reading Reading
ID npjdbbeldblbjenemjdeplmlaieifjhk
عنوان URL الرسمي https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk
الوصف Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
حجم الملف 20.51 KB
عدد التثبيتات 153
النسخة الحالية 1.1.5
آخر تحديث 2014-03-19
تاريخ النشر 2014-03-19
تقييم 4.73/5 مجموع تقييمات 11
المطور https://reading.am
نوع الدفع free
موقع الإضافة http://www.reading.am
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading",
    "version": "1.1.5",
    "description": "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.",
    "icons": {
        "16": "shared\/icon16.png",
        "48": "shared\/icon48.png",
        "128": "shared\/icon128.png"
    },
    "background": {
        "page": "shared\/background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Post this page to Reading",
        "default_icon": "shared\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "shared\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}