Read Later - save tab and read later
An easy way to save a tab and revisit it later
ما هو Read Later - save tab and read later؟
Read Later - save tab and read later هو إضافة Chrome تم تطويرها بواسطة lx223، والميزة الرئيسية لها هي "An easy way to save a tab and revisit it later".
تحميل ملف CRX للإضافة Read Later - save tab and read later
قم بتنزيل ملفات الامتداد Read Later - save tab and read later بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
الوصف | An easy way to save a tab and revisit it later |
حجم الملف | 97.08 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 0.2.4 |
آخر تحديث | 2015-10-14 |
تاريخ النشر | 2015-10-14 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | lx223 |
نوع الدفع | free |
موقع الإضافة | https://github.com/lx223/read-later |
عنوان صفحة المساعدة | https://github.com/lx223/read-later-chrome-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later - save tab and read later", "short_name": "Read Later", "description": "An easy way to save a tab and revisit it later", "version": "0.2.4", "minimum_chrome_version": "35", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/storage.js", "js\/contextMenu.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_active.png", "default_title": "Read Later", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "commands": { "read-later": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "A quick way to save&close current tab to read later" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "contextMenus", "chrome:\/\/favicon\/*", " |