Schedule URLs.
Schedule URLs to be loaded at particular time.
ما هو Schedule URLs.؟
Schedule URLs. هو إضافة Chrome تم تطويرها بواسطة ninjasoft، والميزة الرئيسية لها هي "Schedule URLs to be loaded at particular time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Schedule URLs.
قم بتنزيل ملفات الامتداد Schedule URLs. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Schedule URLs to be loaded at particular time. This extension allows you to schedule URLs. -Schedule a URL to load at a particular time. -Schedule URLs to load between a time interval. -Cycle between URLs ever n seconds.
معلومات أساسية عن التمديد
الاسم | |
ID | ckncmlnmaojinlkgmbbneempofkkogom |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom |
الوصف | Schedule URLs to be loaded at particular time. |
حجم الملف | 33.32 KB |
عدد التثبيتات | 272 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-02-02 |
تاريخ النشر | 2014-02-02 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | ninjasoft |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Schedule URLs.", "description": "Schedule URLs to be loaded at particular time.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Schedule URLs.", "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-disabled.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" }, "manifest_version": 2 } |